mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-10 08:40:58 -06:00
bump to 15.82
This commit is contained in:
@@ -59,8 +59,8 @@ android {
|
||||
applicationId "com.liskovsoft.smarttubetv"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 771
|
||||
versionName "15.81"
|
||||
versionCode 772
|
||||
versionName "15.82"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||
|
||||
@@ -69,8 +69,10 @@ android {
|
||||
multiDexEnabled = true
|
||||
|
||||
// https://stackoverflow.com/questions/37382057/android-apk-how-to-exclude-a-so-file-from-a-3rd-party-dependency-using-gradle
|
||||
// armeabi-v7a backward compatible with arm64-v8a, x86 -> x86_64 etc
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a"
|
||||
abiFilters "armeabi-v7a"
|
||||
//abiFilters "armeabi-v7a", "x86"
|
||||
//abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user