Skip to content

Commit

Permalink
Update android config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Gresse committed Jan 9, 2018
1 parent 28f6e0b commit 5a43f2b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 251 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ android {
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
buildTypes {
release {
Expand Down
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
Expand All @@ -19,4 +20,4 @@
</activity>
</application>

</manifest>
</manifest>
Loading

0 comments on commit 5a43f2b

Please sign in to comment.