Skip to content

Commit 7ae8a20

Browse files
committed
Fixing NDK ABI list and Ads ID (unused).
1 parent 30e40cb commit 7ae8a20

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

studio-android/LightNovelLibrary/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
applicationId "org.mewx.wenku8"
1111
minSdkVersion 16
1212
targetSdkVersion rootProject.targetSdkVersion
13-
versionCode 50
13+
versionCode 52
1414
versionName "1.17"
1515
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1616
multiDexEnabled true
@@ -30,7 +30,7 @@ android {
3030

3131
ndk {
3232
// Default for arm only.
33-
abiFilters 'armeabi-v7a' , 'arm64-v8a' //, 'x86' , 'x86_64'
33+
abiFilters 'armeabi-v7a' , 'arm64-v8a', 'x86' , 'x86_64'
3434
}
3535
}
3636
}
@@ -54,7 +54,7 @@ android {
5454
dimension "default"
5555
manifestPlaceholders = [ UMENG_CHANNEL_NAME : "playstore"]
5656
ndk {
57-
abiFilters 'armeabi-v7a', 'arm64-v8a' //, 'x86' , 'x86_64'
57+
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' , 'x86_64'
5858
}
5959
}
6060
}

studio-android/LightNovelLibrary/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
android:maxSdkVersion="29" />
1919
<!-- This permission is used for reading images as reading backgrounds. -->
2020
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
21-
<!-- For root device -->
22-
<!--<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE"/>-->
21+
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
2322

2423
<!-- Application Setting -->
2524
<application

0 commit comments

Comments
 (0)