mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-10-31 16:32:39 +00:00
test gradlew
This commit is contained in:
parent
1dfc33810f
commit
ba9172b155
2 changed files with 2 additions and 1 deletions
|
@ -37,4 +37,5 @@ dependencies {
|
||||||
api project(':play-services-tasks')
|
api project(':play-services-tasks')
|
||||||
|
|
||||||
implementation "androidx.fragment:fragment:$fragmentVersion"
|
implementation "androidx.fragment:fragment:$fragmentVersion"
|
||||||
|
implementation "com.google.android.gms:play-services-base:17.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ dependencies {
|
||||||
api "org.microg:safe-parcel:$safeParcelVersion"
|
api "org.microg:safe-parcel:$safeParcelVersion"
|
||||||
|
|
||||||
implementation "androidx.annotation:annotation:$annotationVersion"
|
implementation "androidx.annotation:annotation:$annotationVersion"
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Loading…
Reference in a new issue