Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Oct 23, 2024
1 parent d609987 commit 33ca98e
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 @@ -27,8 +27,8 @@ android {
applicationId 'de.sesu8642.feudaltactics'
minSdkVersion 24
targetSdkVersion 34
versionCode 9
versionName "1.2.1"
versionCode 10
versionName "1.3.0"
multiDexEnabled true
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android.enableR8.fullMode=false
graalHelperVersion=2.0.1
enableGraalNative=false
gdxVersion=1.12.1
projectVersion=1.2.0
projectVersion=1.3.0

# Custom dependencies
guavaVersion=33.3.0-android
Expand Down

0 comments on commit 33ca98e

Please sign in to comment.