Skip to content

Commit

Permalink
Merge pull request #33 from nwagu/dev
Browse files Browse the repository at this point in the history
bump app version
  • Loading branch information
nwagu authored Jul 28, 2021
2 parents afb43c0 + cb170cf commit 7a5fd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.nwagu.android.chessboy"
minSdk = 21
targetSdk = 30
versionCode = 15
versionName = "3.5.0"
versionCode = 16
versionName = "3.6.0"
}
buildTypes {
getByName("release") {
Expand Down
Binary file not shown.

0 comments on commit 7a5fd7f

Please sign in to comment.