mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Upgrade compileSdk and targetSdk to 36
Add AutoTimePolicy and AutoTimeZonePolicy Fix AppInstallerActivity crashing without device owner privilege (iamr0s/Dhizuku#148)
This commit is contained in:
@@ -15,7 +15,7 @@ android {
|
||||
}
|
||||
}
|
||||
namespace = "com.bintianqi.owndroid"
|
||||
compileSdk = 35
|
||||
compileSdk = 36
|
||||
|
||||
lint.checkReleaseBuilds = false
|
||||
lint.disable += "All"
|
||||
@@ -23,7 +23,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "com.bintianqi.owndroid"
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
targetSdk = 36
|
||||
versionCode = 39
|
||||
versionName = "7.0"
|
||||
multiDexEnabled = false
|
||||
|
||||
Reference in New Issue
Block a user