mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Content protection policy
Change targetSdk and compileSdk to 35 Fix GitHub action build.yml Upgrade Compose BOM
This commit is contained in:
@@ -23,7 +23,8 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "com.bintianqi.owndroid"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
targetSdk = 35
|
||||
compileSdk = 35
|
||||
versionCode = 35
|
||||
versionName = "6.3"
|
||||
multiDexEnabled = false
|
||||
|
||||
Reference in New Issue
Block a user