Skip to content

Commit 6d8d593

Browse files
committed
chore: bump target SDK version to 36
1 parent 778fa07 commit 6d8d593

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
@@ -13,12 +13,12 @@ androidx-documentfile = "1.1.0"
1313
#Room
1414
room = "2.8.2"
1515
#Fossify
16-
commons = "5.3.0"
16+
commons = "5.4.0"
1717
#Gradle
1818
gradlePlugins-agp = "8.11.1"
1919
#build
20-
app-build-compileSDKVersion = "35"
21-
app-build-targetSDK = "35"
20+
app-build-compileSDKVersion = "36"
21+
app-build-targetSDK = "36"
2222
app-build-minimumSDK = "26"
2323
app-build-javaVersion = "VERSION_17"
2424
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)