Skip to content

Commit ed3528c

Browse files
committed
chore: bump target SDK version to 36
1 parent ac0712f commit ed3528c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ detektCompose = "0.4.27"
88
androidx-swiperefreshlayout = "1.1.0"
99
androidx-documentfile = "1.1.0"
1010
#Fossify
11-
commons = "5.3.0"
11+
commons = "5.4.0"
1212
#Other
1313
autofittextview = "0.2.1"
1414
gestureviews = "2.8.3"
@@ -18,8 +18,8 @@ zip4j = "2.11.5"
1818
#Gradle
1919
gradlePlugins-agp = "8.11.1"
2020
#build
21-
app-build-compileSDKVersion = "35"
22-
app-build-targetSDK = "35"
21+
app-build-compileSDKVersion = "36"
22+
app-build-targetSDK = "36"
2323
app-build-minimumSDK = "26"
2424
app-build-javaVersion = "VERSION_17"
2525
app-build-kotlinJVMTarget = "17"

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencyResolutionManagement {
1111
google()
1212
mavenCentral()
1313
maven { setUrl("https://jitpack.io") }
14+
mavenLocal()
1415
}
1516
}
1617
include(":app")

0 commit comments

Comments
 (0)