Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1.11' into v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Sep 2, 2020
2 parents 4dee059 + 1479f8d commit 47cd0fc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions studio-android/LightNovelLibrary/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

ndk {
abiFilters 'armeabi-v7a'//, /*for Play Store*/'arm64-v8a'//, 'x86', 'x86_64'
// Default for arm 32 only.
abiFilters 'armeabi-v7a' //, 'arm64-v8a', 'x86', 'x86_64'
}
}
}
Expand All @@ -39,15 +40,18 @@ android {
}

baidu {
// 百度网盘分发
// 百度/其他网盘分发
dimension "default"
manifestPlaceholders = [ UMENG_CHANNEL_NAME : "baidu"]
}

coolapk {
// 酷安
playstore {
// Google Play Store
dimension "default"
manifestPlaceholders = [ UMENG_CHANNEL_NAME : "coolapk"]
manifestPlaceholders = [ UMENG_CHANNEL_NAME : "playstore"]
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
}
packagingOptions {
Expand Down

0 comments on commit 47cd0fc

Please sign in to comment.