Bump dependencies, target SDK 35
This commit is contained in:
parent
fe46db08eb
commit
043c51e975
|
@ -8,12 +8,12 @@ kotlin {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "org.unifiedpush.distributor.nextpush"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
targetSdk = 35
|
||||
versionCode = 29
|
||||
versionName = "1.9.0"
|
||||
}
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
[versions]
|
||||
android-gradle-plugin = "8.7.1"
|
||||
android-gradle-plugin = "8.7.2"
|
||||
androidx-constraintlayout = "2.2.0"
|
||||
androidx-coordinatorlayout = "1.2.0"
|
||||
androidx-work = "2.9.1"
|
||||
androidx-work = "2.10.0"
|
||||
appcompat = "1.7.0"
|
||||
kotlin = "1.9.22"
|
||||
ktlint = "11.5.1"
|
||||
kotlin = "2.0.21"
|
||||
ktlint = "12.1.1"
|
||||
material = "1.12.0"
|
||||
nextcloud-sso = "1.3.2"
|
||||
okhttp-sse = "5.0.0.SSEPATCH1-SNAPSHOT"
|
||||
retrofit = "2.9.0"
|
||||
retrofit = "2.11.0"
|
||||
rxjava3-rxandroid = "3.0.2"
|
||||
rxjava3-rxjava = "3.1.9"
|
||||
|
||||
|
|
Loading…
Reference in New Issue