aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 4c140df3..1a2eb527 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -47,7 +47,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlin_version
testCompile "com.nhaarman:mockito-kotlin-kt1.1:1.5.0"
- implementation 'com.google.code.gson:gson:2.8.5'
+ implementation "com.google.code.gson:gson:$gson_version"
testCompile ideaRT()
} \ No newline at end of file