Skip to content

Commit 7223eea

Browse files
committed
Bump version to 1.5.5
1 parent 3f0120f commit 7223eea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.4
1+
1.5.5

android-project/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ if (buildAsApplication) {
88

99
android {
1010
ndkVersion '28.0.13004108'
11-
compileSdk 35
11+
compileSdk 36
1212
defaultConfig {
1313
if (buildAsApplication) {
1414
applicationId "org.diasurgical.devilutionx"
1515
}
1616
minSdkVersion 21
17-
targetSdkVersion 35
18-
versionCode 31
17+
targetSdkVersion 36
18+
versionCode 32
1919
versionName project.file('../../VERSION').text.trim()
2020
externalNativeBuild {
2121
cmake {

0 commit comments

Comments
 (0)