mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Update dependencies, bump version to v6.6
This commit is contained in:
@@ -2,7 +2,7 @@ plugins {
|
||||
alias(libs.plugins.android.application)
|
||||
alias(libs.plugins.kotlin.android)
|
||||
alias(libs.plugins.compose)
|
||||
kotlin("plugin.serialization") version "2.0.21"
|
||||
kotlin("plugin.serialization") version "2.1.20"
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -24,8 +24,8 @@ android {
|
||||
applicationId = "com.bintianqi.owndroid"
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
versionCode = 37
|
||||
versionName = "6.5"
|
||||
versionCode = 38
|
||||
versionName = "6.6"
|
||||
multiDexEnabled = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user