Skip to content

Commit

Permalink
feat: 馃幐 release 2.0.0 for Android
Browse files Browse the repository at this point in the history
Bump the verisonCode and versionName for Android to 2.0.0
  • Loading branch information
Erik Hellman committed Sep 13, 2021
1 parent 2cf6bce commit 0dcb983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/android/app/build.gradle
Expand Up @@ -132,8 +132,8 @@ android {
applicationId "org.skolplattformen.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 160
versionName "1.6.0"
versionCode 20000
versionName "2.0.0"
}
splits {
abi {
Expand Down

0 comments on commit 0dcb983

Please sign in to comment.