Merge branch 'develop' into feature/Passkeys

This commit is contained in:
J-Jamet
2025-09-09 11:51:41 +02:00
17 changed files with 143 additions and 117 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"