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 5948d18 commit f426623Copy full SHA for f426623
gradle/libs.versions.toml
@@ -22,8 +22,8 @@ indicator-fast-scroll = "4524cd0b61"
22
#Gradle
23
gradlePlugins-agp = "8.11.1"
24
#build
25
-app-build-compileSDKVersion = "35"
26
-app-build-targetSDK = "35"
+app-build-compileSDKVersion = "36"
+app-build-targetSDK = "36"
27
app-build-minimumSDK = "26"
28
app-build-javaVersion = "VERSION_17"
29
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