Compare commits
4 Commits
2.0.1-beta
...
2.0.1
Author | SHA1 | Date | |
---|---|---|---|
eea7a7b27c | |||
dd12a6a91e | |||
ae62c2ab7e | |||
22732c42a3 |
@ -15,8 +15,8 @@ android {
|
||||
applicationId "fr.sanchezm.attestationsCovid19"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 1005
|
||||
versionName "2.0.1-beta2"
|
||||
versionCode 10
|
||||
versionName "2.0.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
@ -82,7 +82,9 @@ dependencies {
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
|
||||
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
|
||||
implementation 'androidx.navigation:navigation-fragment:2.3.1'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'
|
||||
implementation 'androidx.navigation:navigation-ui:2.3.1'
|
||||
|
||||
// Design
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
|
@ -96,7 +96,7 @@ class AddViewModel(
|
||||
|
||||
val dpd = DatePickerDialog(
|
||||
app,
|
||||
{ _, yearPicked, monthOfYear, dayOfMonth ->
|
||||
DatePickerDialog.OnDateSetListener { _, yearPicked, monthOfYear, dayOfMonth ->
|
||||
birthday.value =
|
||||
"${getFormattedDayOrMonth(dayOfMonth)}/${getFormattedDayOrMonth(monthOfYear + 1)}/$yearPicked"
|
||||
},
|
||||
|
Reference in New Issue
Block a user