Skip to content

Commit d3c9892

Browse files
committed
chore: bump target SDK version to 36
1 parent 646b443 commit d3c9892

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ androidx-window = "1.5.0"
1111
androidx-camera = "1.4.2"
1212
androidx-ktx = "2.8.6"
1313
#Fossify
14-
commons = "5.3.0"
14+
commons = "5.4.0"
1515
#Gradle
1616
gradlePlugins-agp = "8.11.1"
1717
#build
18-
app-build-compileSDKVersion = "35"
19-
app-build-targetSDK = "35"
18+
app-build-compileSDKVersion = "36"
19+
app-build-targetSDK = "36"
2020
app-build-minimumSDK = "29"
2121
app-build-javaVersion = "VERSION_17"
2222
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)