We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0120f commit 7223eeaCopy full SHA for 7223eea
2 files changed
VERSION
@@ -1 +1 @@
1
-1.5.4
+1.5.5
android-project/app/build.gradle
@@ -8,14 +8,14 @@ if (buildAsApplication) {
8
9
android {
10
ndkVersion '28.0.13004108'
11
- compileSdk 35
+ compileSdk 36
12
defaultConfig {
13
if (buildAsApplication) {
14
applicationId "org.diasurgical.devilutionx"
15
}
16
minSdkVersion 21
17
- targetSdkVersion 35
18
- versionCode 31
+ targetSdkVersion 36
+ versionCode 32
19
versionName project.file('../../VERSION').text.trim()
20
externalNativeBuild {
21
cmake {
0 commit comments