diff --git a/app/build.gradle b/app/build.gradle index 7a5c516..33ef933 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.m2049r.wowwallet" minSdkVersion 21 targetSdkVersion 30 - versionCode 100102 - versionName "2.0.1.2 'Puginarug'" + versionCode 100103 + versionName "2.0.1.3 'Puginarug'" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { @@ -123,7 +123,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' diff --git a/external-libs/VERSION b/external-libs/VERSION index eb87794..10dba95 100644 --- a/external-libs/VERSION +++ b/external-libs/VERSION @@ -1 +1 @@ -MONERUJO_WOW master with WOWMONERO v0.9.3.3-monerujo +MONERUJO_WOW master with WOWMONERO (HEAD detached at v0.9.3.3)