5 Commits
beta ... master

Author SHA1 Message Date
97c1712181 Version 2.2.0 versionCode 13 2020-12-15 18:45:34 +01:00
9febdc9c35 Merge branch 'ms/issue-19/new_curfew_attestation'
# Conflicts:
#	app/build.gradle
2020-12-15 18:26:22 +01:00
4ba6e0ea58 Version 2.1.1 versionCode 12 2020-11-28 10:38:34 +01:00
65c7d46379 Merge branch 'ms/issue-18/change_new_attestation' 2020-11-28 10:35:43 +01:00
92d703ec7b Version 2.1.0 versionCode 11 2020-11-28 03:51:20 +01:00
2 changed files with 7 additions and 7 deletions

View File

@ -8,15 +8,15 @@ android {
buildToolsVersion "29.0.3"
buildFeatures {
dataBinding = true
dataBinding true
}
defaultConfig {
applicationId "fr.sanchezm.attestationsCovid19"
minSdkVersion 23
targetSdkVersion 30
versionCode 1008
versionName "2.1.2-beta1"
versionCode 13
versionName "2.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -81,8 +81,8 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.2'
// Design
implementation 'com.google.android.material:material:1.2.1'

View File

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.4.10'
kotlin_version = '1.4.21'
db_version = '1'
}
@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong