forked from melod1n/fast-messenger
Update target and compile SDK to 36
Bumps various dependencies: - Haze from 1.6.9 to 1.6.10 - Kotlin from 2.2.0 to 2.2.10 - KSP from 2.2.0-2.0.2 to 2.2.10-2.0.2 - Compose BOM from 2025.07.01 to 2025.08.00 - Core KTX from 1.16.0 to 1.17.0 - Nanokt from 1.2.0 to 1.3.0
This commit is contained in:
@@ -15,7 +15,7 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
|
||||
|
||||
extensions.configure<ApplicationExtension> {
|
||||
configureKotlinAndroid(this)
|
||||
defaultConfig.targetSdk = 35
|
||||
defaultConfig.targetSdk = 36
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
|
||||
|
||||
extensions.configure<LibraryExtension> {
|
||||
configureKotlinAndroid(this)
|
||||
defaultConfig.targetSdk = 35
|
||||
defaultConfig.targetSdk = 36
|
||||
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
extensions.configure<LibraryAndroidComponentsExtension> {
|
||||
|
||||
@@ -15,7 +15,7 @@ class AndroidTestConventionPlugin : Plugin<Project> {
|
||||
|
||||
extensions.configure<TestExtension> {
|
||||
configureKotlinAndroid(this)
|
||||
defaultConfig.targetSdk = 35
|
||||
defaultConfig.targetSdk = 36
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ internal fun Project.configureKotlinAndroid(
|
||||
commonExtension: CommonExtension<*, *, *, *, *, *>,
|
||||
) {
|
||||
commonExtension.apply {
|
||||
compileSdk = 35
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
agp = "8.12.0"
|
||||
retrofit = "3.0.0"
|
||||
eithernet = "2.0.0"
|
||||
haze = "1.6.9"
|
||||
kotlin = "2.2.0"
|
||||
ksp = "2.2.0-2.0.2"
|
||||
haze = "1.6.10"
|
||||
kotlin = "2.2.10"
|
||||
ksp = "2.2.10-2.0.2"
|
||||
|
||||
compose-bom = "2025.07.01"
|
||||
compose-bom = "2025.08.00"
|
||||
koin = "4.1.0"
|
||||
|
||||
accompanist = "0.37.3"
|
||||
@@ -16,13 +16,13 @@ junit = "4.13.2"
|
||||
chucker = "4.2.0"
|
||||
guava = "33.4.8-jre"
|
||||
lifecycle = "2.9.2"
|
||||
core-ktx = "1.16.0"
|
||||
core-ktx = "1.17.0"
|
||||
material = "1.12.0"
|
||||
loggingInterceptor = "5.1.0"
|
||||
moshi = "1.15.2"
|
||||
room = "2.7.2"
|
||||
preference-ktx = "1.2.1"
|
||||
nanokt = "1.2.0"
|
||||
nanokt = "1.3.0"
|
||||
androidx-navigation = "2.9.3"
|
||||
serialization = "1.9.0"
|
||||
moduleGraph = "2.9.0"
|
||||
|
||||
Reference in New Issue
Block a user