Update target sdk to 35

This commit is contained in:
tomaThomas 2024-10-20 01:44:02 +02:00
parent f41a8002c6
commit 02f7c56625
No known key found for this signature in database
GPG key ID: DEE963DC84059108
3 changed files with 2 additions and 66 deletions

View file

@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdk 34
compileSdk 35
namespace "code.name.monkey.appthemehelper"
defaultConfig {
minSdk 21
targetSdk 34
targetSdk 35
}
buildTypes {
release {