bump version

This commit is contained in:
m2049r 2022-05-15 17:25:28 +02:00
parent 59b6f484fd
commit 5d489a634b
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
1 changed files with 3 additions and 3 deletions

View File

@ -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"