Skip to content

Commit 0fbfab8

Browse files
committed
app: bump compile sdk to 37
1 parent 60a3b2a commit 0fbfab8

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ fun loadPropertiesFromFile(fileName: String): Properties? =
4040

4141
android {
4242
namespace = "com.sevtinge.hyperceiler"
43-
compileSdk = 36
44-
compileSdkMinor = 1
45-
buildToolsVersion = "36.1.0"
43+
compileSdk = 37
44+
compileSdkMinor = 0
45+
buildToolsVersion = "37.0.0"
4646

4747
defaultConfig {
4848
applicationId = namespace
4949
minSdk = 35
50-
targetSdk = 36
50+
targetSdk = 37
5151
versionCode = gitVersionCode
5252
versionName = "2.10.165"
5353

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ android.nonTransitiveRClass=true
2222
android.enableAppCompileTimeRClass=true
2323
android.enableBuildConfigAsBytecode=true
2424
org.gradle.caching=true
25+
# Android 17
26+
android.suppressUnsupportedCompileSdk=37.0

0 commit comments

Comments
 (0)