Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wonrax committed Mar 19, 2022
1 parent 13d14d2 commit f100d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.wonrax.mybk"
minSdk 25
targetSdk 31
versionCode 202202101
versionName "1.0.0-rc"
versionCode 202203191
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/wonrax/mybk/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wonrax.mybk

const val APP_VERSION = "1.0.0-rc"
const val APP_VERSION = "1.1.0"
const val WEBSITE_URL = "https://github.com/wonrax/mybk-mobile"

0 comments on commit f100d61

Please sign in to comment.