Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KaeruCT committed Jun 30, 2021
1 parent dc11903 commit d5d0d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.kaeruct.glxy"
minSdkVersion 14
targetSdkVersion 30
versionCode 22
versionName "2.2"
versionCode 23
versionName "2.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
allprojects {
apply plugin: "eclipse"

version = "2.2"
version = "2.3"
ext {
appName = "GLXY"
gdxVersion = '1.10.0'
Expand Down

0 comments on commit d5d0d0b

Please sign in to comment.