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 d4cef5f commit 30925feCopy full SHA for 30925fe
gradle/libs.versions.toml
@@ -18,8 +18,8 @@ zip4j = "2.11.5"
18
#Gradle
19
gradlePlugins-agp = "8.11.1"
20
#build
21
-app-build-compileSDKVersion = "35"
22
-app-build-targetSDK = "35"
+app-build-compileSDKVersion = "36"
+app-build-targetSDK = "36"
23
app-build-minimumSDK = "26"
24
app-build-javaVersion = "VERSION_17"
25
app-build-kotlinJVMTarget = "17"
settings.gradle.kts
@@ -11,6 +11,7 @@ dependencyResolutionManagement {
11
google()
12
mavenCentral()
13
maven { setUrl("https://jitpack.io") }
14
+ mavenLocal()
15
}
16
17
include(":app")
0 commit comments