We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e390758 commit 6ce1863Copy full SHA for 6ce1863
app/build.gradle.kts
@@ -8,12 +8,12 @@ plugins {
8
9
android {
10
namespace = "org.vonderheidt.hips"
11
- compileSdk = 35
+ compileSdk = 36
12
13
defaultConfig {
14
applicationId = "org.vonderheidt.hips"
15
minSdk = 24
16
- targetSdk = 35
+ targetSdk = 36
17
versionCode = 1
18
versionName = "1.0"
19
0 commit comments