Skip to content

Commit

Permalink
Fixing NDK ABI list and Ads ID (unused).
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Jul 17, 2023
1 parent 30e40cb commit 7ae8a20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions studio-android/LightNovelLibrary/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "org.mewx.wenku8"
minSdkVersion 16
targetSdkVersion rootProject.targetSdkVersion
versionCode 50
versionCode 52
versionName "1.17"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
Expand All @@ -30,7 +30,7 @@ android {

ndk {
// Default for arm only.
abiFilters 'armeabi-v7a' , 'arm64-v8a' //, 'x86' , 'x86_64'
abiFilters 'armeabi-v7a' , 'arm64-v8a', 'x86' , 'x86_64'
}
}
}
Expand All @@ -54,7 +54,7 @@ android {
dimension "default"
manifestPlaceholders = [ UMENG_CHANNEL_NAME : "playstore"]
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a' //, 'x86' , 'x86_64'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' , 'x86_64'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
android:maxSdkVersion="29" />
<!-- This permission is used for reading images as reading backgrounds. -->
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<!-- For root device -->
<!--<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE"/>-->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

<!-- Application Setting -->
<application
Expand Down

0 comments on commit 7ae8a20

Please sign in to comment.