Skip to content

Commit 69f5d1a

Browse files
committed
chore: bump target SDK version to 36
1 parent 00b66c8 commit 69f5d1a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle/libs.versions.toml

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