Corrigé bug dans l'ajout de parties

This commit is contained in:
Yohann D'ANELLO 2019-12-06 17:27:11 +01:00
parent 04279833bd
commit 763eb69d93
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "fr.ynerant.tarot"
minSdkVersion 24
targetSdkVersion 29
versionCode 4
versionName "0.2.0"
versionCode 5
versionName "0.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {