Commit 383d1535 by Maurits van Beusekom Committed by GitHub

Merge pull request #30 from BaseflowIT/issues/28

Fix error with dependency on Android Support
parents ed259325 596d7b61
......@@ -40,7 +40,8 @@ android {
}
dependencies {
api "com.android.support:support-compat:27.1.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.google.code.gson:gson:2.8.5"
implementation "com.android.support:support-compat:27.1.1"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment