Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Nov 27, 2024
1 parent 797dff8 commit 2e578eb
Show file tree
Hide file tree
Showing 3 changed files with 8 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 10
versionName "1.3.0"
versionCode 11
versionName "1.3.1"
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.3.0
projectVersion=1.3.1-1RC

# Custom dependencies
guavaVersion=33.3.0-android
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Feudal Tactics 1.3.1

Bugfix release:
- new UI for the dependency licenses fixing exorbitant memory usage
- fix Android keyboard overlapping the seed text field

0 comments on commit 2e578eb

Please sign in to comment.