Release: 1.2101.9

This commit is contained in:
emelko
2021-01-09 00:42:11 +01:00
parent 8e73a64397
commit f829b371e6
4 changed files with 291 additions and 51 deletions
+2 -2
View File
@@ -107,8 +107,8 @@ android {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "0.2007.12-beta"
versionCode 6
versionName "1.2101.9"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}