@@ -6,14 +6,14 @@ repositories {
6
6
}
7
7
8
8
android {
9
- compileSdkVersion 28
9
+ compileSdkVersion 29
10
10
defaultConfig {
11
11
applicationId " com.bitcoin.merchant.app"
12
12
minSdkVersion 21
13
- targetSdkVersion 28
14
- versionCode 40002
15
- versionName " 4.0.2 "
16
- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
13
+ targetSdkVersion 29
14
+ versionCode 40100
15
+ versionName " 4.1.0 "
16
+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
17
17
}
18
18
buildTypes {
19
19
release {
@@ -38,26 +38,26 @@ android {
38
38
39
39
dependencies {
40
40
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
41
- implementation ' com.android.support :appcompat-v7:28.0 .0'
42
- implementation ' com.android.support: support-v4:28 .0.0'
43
- implementation ' com.android.support:design:28 .0.0'
44
- implementation ' com.android.support.constraint:constraint-layout :1.1.3'
41
+ implementation ' androidx.appcompat :appcompat:1.1 .0'
42
+ implementation ' androidx.legacy:legacy- support-v4:1 .0.0'
43
+ implementation ' com.google. android.material:material:1 .0.0'
44
+ implementation ' androidx.constraintlayout:constraintlayout :1.1.3'
45
45
implementation ' me.dm7.barcodescanner:zxing:1.9.13'
46
46
47
- implementation ' com.google.guava:guava:24 .1-android'
47
+ implementation ' com.google.guava:guava:28 .1-android'
48
48
implementation ' com.madgag.spongycastle:core:1.58.0.0'
49
- implementation ' com.neovisionaries:nv-websocket-client:2.8 '
50
- implementation ' com.google.code.gson:gson:2.5'
51
- implementation ' commons-io:commons-io:2.6 '
52
- implementation ' commons-codec:commons-codec:1.11 '
53
- implementation ' org.apache.commons:commons-lang3:3.5 '
54
- implementation ' org.slf4j:slf4j-android:1.7.25 '
49
+ implementation ' com.neovisionaries:nv-websocket-client:2.9 '
50
+ implementation ' com.google.code.gson:gson:2.8. 5'
51
+ implementation ' commons-io:commons-io:20030203.000550 '
52
+ implementation ' commons-codec:commons-codec:20041127.091804 '
53
+ implementation ' org.apache.commons:commons-lang3:3.9 '
54
+ implementation ' org.slf4j:slf4j-android:1.7.28 '
55
55
implementation ' cash.bitcoinj:bitcoinj-core:0.14.5.2'
56
56
implementation files(' libs/MyWalletHD.jar' )
57
57
58
58
testImplementation ' junit:junit:4.12'
59
- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
60
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
59
+ androidTestImplementation ' androidx. test.ext:junit :1.1.1 '
60
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.2.0 '
61
61
62
62
implementation(' com.crashlytics.sdk.android:crashlytics:2.10.1@aar' ) {
63
63
transitive = true ;
0 commit comments