fix: Upgrade to API 35

This commit is contained in:
J-Jamet
2025-09-09 11:45:30 +02:00
parent 30dd7c567c
commit e8ec27dc38
16 changed files with 42 additions and 22 deletions

View File

@@ -5,12 +5,12 @@ plugins {
android {
namespace 'com.kunzisoft.encrypt'
compileSdkVersion 34
compileSdkVersion 36
ndkVersion "21.4.7075529"
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
targetSdkVersion 35
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"