Skip to content

Commit 06a71dc

Browse files
author
Philipp Middendorf
committed
Update version in build.gradle
1 parent 1fffe48 commit 06a71dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ android {
102102
applicationId "de.php_tech.piggybudget"
103103
minSdkVersion rootProject.ext.minSdkVersion
104104
targetSdkVersion rootProject.ext.targetSdkVersion
105-
versionCode 10
106-
versionName "1.0"
105+
versionCode 20
106+
versionName "2.0"
107107
ndk {
108108
abiFilters "armeabi-v7a", "x86"
109109
}

0 commit comments

Comments
 (0)