We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fffe48 commit 06a71dcCopy full SHA for 06a71dc
android/app/build.gradle
@@ -102,8 +102,8 @@ android {
102
applicationId "de.php_tech.piggybudget"
103
minSdkVersion rootProject.ext.minSdkVersion
104
targetSdkVersion rootProject.ext.targetSdkVersion
105
- versionCode 10
106
- versionName "1.0"
+ versionCode 20
+ versionName "2.0"
107
ndk {
108
abiFilters "armeabi-v7a", "x86"
109
}
0 commit comments