Skip to content

Commit 30925fe

Browse files
committed
chore: bump target SDK version to 36
1 parent d4cef5f commit 30925fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)