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 646b443 commit d3c9892Copy full SHA for d3c9892
2 files changed
gradle/libs.versions.toml
@@ -11,12 +11,12 @@ androidx-window = "1.5.0"
11
androidx-camera = "1.4.2"
12
androidx-ktx = "2.8.6"
13
#Fossify
14
-commons = "5.3.0"
+commons = "5.4.0"
15
#Gradle
16
gradlePlugins-agp = "8.11.1"
17
#build
18
-app-build-compileSDKVersion = "35"
19
-app-build-targetSDK = "35"
+app-build-compileSDKVersion = "36"
+app-build-targetSDK = "36"
20
app-build-minimumSDK = "29"
21
app-build-javaVersion = "VERSION_17"
22
app-build-kotlinJVMTarget = "17"
settings.gradle.kts
@@ -11,6 +11,7 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven { setUrl("https://jitpack.io") }
+ mavenLocal()
}
include(":app")
0 commit comments