Skip to content

Commit 9fad72b

Browse files
committed
upgrade deps + android compile/build version
1 parent 3328084 commit 9fad72b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55
version = "1.0.36"
66

77
dependencies {
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

1717
android {
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

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'maven'
66
version = "1.0.36"
77

88
dependencies {
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
}

0 commit comments

Comments
 (0)