Merge branch 'develop' into feature/Hardware_Key

This commit is contained in:
J-Jamet 2022-08-02 22:25:44 +02:00
commit f3fe92e4de
33 changed files with 447 additions and 225 deletions

View file

@ -5,14 +5,12 @@ plugins {
}
android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 32
buildToolsVersion "32.0.0"
defaultConfig {
minSdkVersion 15
targetSdkVersion 31
versionCode 1
versionName "1.0"
targetSdkVersion 32
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"