Updated gradle (SdkVersion 35)

This commit is contained in:
Olga Miller 2024-12-29 12:26:58 +01:00
parent a3aa15e025
commit 53b1f39ca9
3 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "om.sstvencoder"
minSdk 21
targetSdk 34
targetSdk 35
versionCode 32
versionName "2.11"
}