test gradlew

This commit is contained in:
X1nto 2020-07-21 13:09:21 +04:00
parent 1dfc33810f
commit ba9172b155
2 changed files with 2 additions and 1 deletions

View File

@ -37,4 +37,5 @@ dependencies {
api project(':play-services-tasks')
implementation "androidx.fragment:fragment:$fragmentVersion"
implementation "com.google.android.gms:play-services-base:17.3.0"
}

View File

@ -22,7 +22,7 @@ dependencies {
api "org.microg:safe-parcel:$safeParcelVersion"
implementation "androidx.annotation:annotation:$annotationVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
}
android {