Release: 1.2102.28

This commit is contained in:
emelko
2021-02-28 17:09:13 +01:00
parent d67c912e1d
commit 50a16ee0dd
4 changed files with 27 additions and 7 deletions
+2 -2
View File
@@ -107,8 +107,8 @@ android {
applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionName "1.2101.9"
versionCode 8
versionName "1.2102.28"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}