From 5d489a634bd027ca72005ba0f9152a507ba751ac Mon Sep 17 00:00:00 2001 From: m2049r Date: Sun, 15 May 2022 17:25:28 +0200 Subject: [PATCH] bump version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e3d7d8b3..d11f9c15 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 31 - versionCode 1401 - versionName "2.4.1 'BaldaĆ­'" + versionCode 1402 + versionName "2.4.2 'BaldaĆ­'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { @@ -130,7 +130,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.preference:preference:1.2.0' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' implementation 'me.dm7.barcodescanner:zxing:1.9.8' implementation "com.squareup.okhttp3:okhttp:4.9.3"