We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a3b2a commit 0fbfab8Copy full SHA for 0fbfab8
2 files changed
app/build.gradle.kts
@@ -40,14 +40,14 @@ fun loadPropertiesFromFile(fileName: String): Properties? =
40
41
android {
42
namespace = "com.sevtinge.hyperceiler"
43
- compileSdk = 36
44
- compileSdkMinor = 1
45
- buildToolsVersion = "36.1.0"
+ compileSdk = 37
+ compileSdkMinor = 0
+ buildToolsVersion = "37.0.0"
46
47
defaultConfig {
48
applicationId = namespace
49
minSdk = 35
50
- targetSdk = 36
+ targetSdk = 37
51
versionCode = gitVersionCode
52
versionName = "2.10.165"
53
gradle.properties
@@ -22,3 +22,5 @@ android.nonTransitiveRClass=true
22
android.enableAppCompileTimeRClass=true
23
android.enableBuildConfigAsBytecode=true
24
org.gradle.caching=true
25
+# Android 17
26
+android.suppressUnsupportedCompileSdk=37.0
0 commit comments