@@ -4,27 +4,26 @@ apply plugin: 'kotlin-android-extensions'
44apply plugin : ' kotlin-kapt'
55
66static def computeVersionCode () {
7- 106
7+ 110
88}
99
1010static def computeVersionName () {
11- return " 1.0.6 "
11+ return " 1.1.0 "
1212}
1313
1414android {
1515 compileSdkVersion 28
1616 defaultConfig {
17- applicationId " io.wookey.wallet"
17+ applicationId " io.wookey.wallet.monero "
1818 minSdkVersion 21
1919 targetSdkVersion 28
2020 versionCode computeVersionCode()
2121 versionName computeVersionName()
22- testInstrumentationRunner " android.support. test.runner.AndroidJUnitRunner"
22+ // testInstrumentationRunner 'androidx. test.runner.AndroidJUnitRunner'
2323
2424 javaCompileOptions {
2525 annotationProcessorOptions {
26- arguments = [" room.schemaLocation" :
27- " $projectDir /schemas" . toString()]
26+ arguments = [" room.schemaLocation" : " $projectDir /schemas" . toString()]
2827 }
2928 }
3029
@@ -56,21 +55,21 @@ android {
5655dependencies {
5756 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5857 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
59- implementation ' com.android.support :appcompat-v7:28 .0.0'
60- implementation ' com.android.support.constraint:constraint-layout :1.1.3'
58+ implementation ' androidx.appcompat :appcompat:1 .0.0'
59+ implementation ' androidx.constraintlayout:constraintlayout :1.1.3'
6160
62- testImplementation ' junit:junit:4.12'
63- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
64- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
61+ // testImplementation 'junit:junit:4.12'
62+ // androidTestImplementation 'androidx. test.ext:junit :1.1.1 '
63+ // androidTestImplementation 'androidx. test.espresso:espresso-core:3.1.0 '
6564
66- implementation " com.android.support:design:28 .0.0"
65+ implementation ' com.google. android.material:material:1 .0.0'
6766
6867 // 架构组件
6968 def lifecycle_version = " 1.1.1"
70- implementation " android.arch. lifecycle:extensions:$l ifecycle_version "
71- implementation " android.arch. lifecycle:reactivestreams:$l ifecycle_version "
72- implementation " android.arch.persistence. room:runtime:$l ifecycle_version "
73- kapt " android.arch.persistence. room:compiler:$l ifecycle_version "
69+ implementation ' androidx. lifecycle:lifecycle- extensions:2.0.0 '
70+ implementation ' androidx. lifecycle:lifecycle- reactivestreams:2.0.0 '
71+ implementation ' androidx. room:room- runtime:2.0.0 '
72+ kapt ' androidx. room:room- compiler:2.0.0 '
7473
7574 implementation " com.github.lygttpod:SuperTextView:2.1.8"
7675
@@ -87,4 +86,14 @@ dependencies {
8786
8887 implementation project(' :monero' )
8988
89+ implementation project(' :helper' )
90+
91+ // androidWheelView
92+ implementation ' com.weigan:loopView:0.2.2'
93+
94+ implementation ' com.github.bumptech.glide:glide:4.11.0'
95+
96+ implementation ' androidx.biometric:biometric:1.0.1'
97+
98+ implementation ' com.github.ihsg:PatternLocker:2.5.6'
9099}
0 commit comments