File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55version = " 1.0.36"
66
77dependencies {
8- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.5 '
8+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6 '
99 implementation ' com.squareup.okhttp3:okhttp:3.10.0'
1010 implementation fileTree(include : ' *.jar' , dir : ' libs' )
1111 androidTestImplementation ' junit:junit:4.12'
@@ -15,12 +15,12 @@ dependencies {
1515}
1616
1717android {
18- compileSdkVersion 28
19- buildToolsVersion ' 28 .0.3 '
18+ compileSdkVersion 29
19+ buildToolsVersion ' 29 .0.2 '
2020
2121 defaultConfig {
2222 minSdkVersion 15
23- targetSdkVersion 28
23+ targetSdkVersion 29
2424 versionCode 1
2525 versionName version
2626
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'maven'
66version = " 1.0.36"
77
88dependencies {
9- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.2 '
9+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6 '
1010 testImplementation ' junit:junit:4.12'
1111 testImplementation ' pl.pragmatists:JUnitParams:1.1.1'
1212}
You can’t perform that action at this time.
0 commit comments