Completata finestra di info sulle righe in picking uscita

This commit is contained in:
2021-03-03 10:26:20 +01:00
parent 0133a9232f
commit 1020a31b89
66 changed files with 1153 additions and 393 deletions

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
@@ -21,6 +21,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}