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> {
|
extensions.configure<ApplicationExtension> {
|
||||||
configureKotlinAndroid(this)
|
configureKotlinAndroid(this)
|
||||||
defaultConfig.targetSdk = 35
|
defaultConfig.targetSdk = 36
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
|
|||||||
|
|
||||||
extensions.configure<LibraryExtension> {
|
extensions.configure<LibraryExtension> {
|
||||||
configureKotlinAndroid(this)
|
configureKotlinAndroid(this)
|
||||||
defaultConfig.targetSdk = 35
|
defaultConfig.targetSdk = 36
|
||||||
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
defaultConfig.testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
extensions.configure<LibraryAndroidComponentsExtension> {
|
extensions.configure<LibraryAndroidComponentsExtension> {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class AndroidTestConventionPlugin : Plugin<Project> {
|
|||||||
|
|
||||||
extensions.configure<TestExtension> {
|
extensions.configure<TestExtension> {
|
||||||
configureKotlinAndroid(this)
|
configureKotlinAndroid(this)
|
||||||
defaultConfig.targetSdk = 35
|
defaultConfig.targetSdk = 36
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ internal fun Project.configureKotlinAndroid(
|
|||||||
commonExtension: CommonExtension<*, *, *, *, *, *>,
|
commonExtension: CommonExtension<*, *, *, *, *, *>,
|
||||||
) {
|
) {
|
||||||
commonExtension.apply {
|
commonExtension.apply {
|
||||||
compileSdk = 35
|
compileSdk = 36
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
agp = "8.12.0"
|
agp = "8.12.0"
|
||||||
retrofit = "3.0.0"
|
retrofit = "3.0.0"
|
||||||
eithernet = "2.0.0"
|
eithernet = "2.0.0"
|
||||||
haze = "1.6.9"
|
haze = "1.6.10"
|
||||||
kotlin = "2.2.0"
|
kotlin = "2.2.10"
|
||||||
ksp = "2.2.0-2.0.2"
|
ksp = "2.2.10-2.0.2"
|
||||||
|
|
||||||
compose-bom = "2025.07.01"
|
compose-bom = "2025.08.00"
|
||||||
koin = "4.1.0"
|
koin = "4.1.0"
|
||||||
|
|
||||||
accompanist = "0.37.3"
|
accompanist = "0.37.3"
|
||||||
@@ -16,13 +16,13 @@ junit = "4.13.2"
|
|||||||
chucker = "4.2.0"
|
chucker = "4.2.0"
|
||||||
guava = "33.4.8-jre"
|
guava = "33.4.8-jre"
|
||||||
lifecycle = "2.9.2"
|
lifecycle = "2.9.2"
|
||||||
core-ktx = "1.16.0"
|
core-ktx = "1.17.0"
|
||||||
material = "1.12.0"
|
material = "1.12.0"
|
||||||
loggingInterceptor = "5.1.0"
|
loggingInterceptor = "5.1.0"
|
||||||
moshi = "1.15.2"
|
moshi = "1.15.2"
|
||||||
room = "2.7.2"
|
room = "2.7.2"
|
||||||
preference-ktx = "1.2.1"
|
preference-ktx = "1.2.1"
|
||||||
nanokt = "1.2.0"
|
nanokt = "1.3.0"
|
||||||
androidx-navigation = "2.9.3"
|
androidx-navigation = "2.9.3"
|
||||||
serialization = "1.9.0"
|
serialization = "1.9.0"
|
||||||
moduleGraph = "2.9.0"
|
moduleGraph = "2.9.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user