Fix testdata: Android projects use kotlin-stdlib-jre7

This commit is contained in:
Dmitry Jemerov
2017-03-15 17:44:19 +01:00
parent 12fc89f35d
commit 49a4625368
20 changed files with 20 additions and 20 deletions
@@ -20,7 +20,7 @@ dependencies {
debugCompile 'com.android.support:support-v13:13.0.0'
compile 'com.google.android.gms:play-services:3.1.36'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
}
android {