Skip to content

Commit

Permalink
feat: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2288 authored Mar 7, 2022
1 parent e6bd856 commit 22d7107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ android {
applicationId "it.ministerodellasalute.verificaC19"
minSdkVersion Config.minSdk
targetSdkVersion Config.targetSdk
versionCode 655
versionName "1.2.6"
versionCode 662
versionName "1.2.8"
testInstrumentationRunner Config.androidTestInstrumentation

buildConfigField "String", "BASE_LINK_URL", "\"https://www.dgc.gov.it\""
Expand All @@ -105,7 +105,7 @@ android {
buildConfigField "String", "PRIVACY_POLICY_URL", "\"https://www.dgc.gov.it/web/pn.html\""
buildConfigField "String", "VERIFICATION_FAQ_URL", "\"https://www.dgc.gov.it/web/faq.html#verifica19\""
minifyEnabled false
debuggable true
debuggable false
}

release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_verification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_8dp"
android:drawableEnd="@drawable/ic_baseline_keyboard_arrow_right"
android:drawableEnd="@drawable/ic_close_dialog"
android:layout_marginHorizontal="@dimen/margin_24dp"
android:backgroundTint="@android:color/transparent"
android:drawablePadding="@dimen/padding_10dp"
Expand Down

0 comments on commit 22d7107

Please sign in to comment.