Use consistent Gson version for stable compatibility

This commit is contained in:
arkon 2020-03-29 12:24:28 -04:00
parent efb9215f73
commit 228178f3a0
10 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ ext {
dependencies {
compileOnly project(':preference-stub')
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
implementation 'io.reactivex:rxandroid:1.2.1'

View File

@ -9,7 +9,7 @@ ext {
libVersion = '1.2'
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
}

View File

@ -10,7 +10,7 @@ ext {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}

View File

@ -10,7 +10,7 @@ ext {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}

View File

@ -10,7 +10,7 @@ ext {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}

View File

@ -10,7 +10,7 @@ ext {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}

View File

@ -11,7 +11,7 @@ ext {
dependencies {
compileOnly project(':preference-stub')
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
}

View File

@ -10,7 +10,7 @@ ext {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
}

View File

@ -11,7 +11,7 @@ ext {
dependencies {
compileOnly project(':duktape-stub')
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
}
apply from: "$rootDir/common.gradle"

View File

@ -10,7 +10,7 @@ ext {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}