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 778fa07 commit 6d8d593Copy full SHA for 6d8d593
gradle/libs.versions.toml
@@ -13,12 +13,12 @@ androidx-documentfile = "1.1.0"
13
#Room
14
room = "2.8.2"
15
#Fossify
16
-commons = "5.3.0"
+commons = "5.4.0"
17
#Gradle
18
gradlePlugins-agp = "8.11.1"
19
#build
20
-app-build-compileSDKVersion = "35"
21
-app-build-targetSDK = "35"
+app-build-compileSDKVersion = "36"
+app-build-targetSDK = "36"
22
app-build-minimumSDK = "26"
23
app-build-javaVersion = "VERSION_17"
24
app-build-kotlinJVMTarget = "17"
settings.gradle.kts
@@ -11,6 +11,7 @@ dependencyResolutionManagement {
11
google()
12
mavenCentral()
maven { setUrl("https://jitpack.io") }
+ mavenLocal()
}
include(":app")
0 commit comments