Make target and compile sdk version 35 again

This commit is contained in:
Valeri Gokadze 2024-12-06 13:56:59 +04:00
parent 24e9d6c5bf
commit 5a206e101f
3 changed files with 14 additions and 13 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 {