bump version & dependencies
This commit is contained in:
parent
22c66678c2
commit
68ee3a0d17
|
@ -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'
|
||||
|
|
|
@ -1 +1 @@
|
|||
MONERUJO_WOW master with WOWMONERO v0.9.3.3-monerujo
|
||||
MONERUJO_WOW master with WOWMONERO (HEAD detached at v0.9.3.3)
|
||||
|
|
Loading…
Reference in New Issue