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 f8b0d21 commit 3fa5343
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 21
versionName "2.1"
versionCode 22
versionName "2.2"
}
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.1"
version = "2.2"
ext {
appName = "GLXY"
gdxVersion = '1.10.0'
Expand Down

0 comments on commit 3fa5343

Please sign in to comment.