Repo Created
This commit is contained in:
parent
eb305e2886
commit
a8c22c65db
4784 changed files with 329907 additions and 2 deletions
45
play-services-auth-api-phone/build.gradle
Normal file
45
play-services-auth-api-phone/build.gradle
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2022 microG Project Team
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'signing'
|
||||
|
||||
android {
|
||||
namespace "com.google.android.gms.auth.api.phone"
|
||||
|
||||
compileSdkVersion androidCompileSdk
|
||||
buildToolsVersion "$androidBuildVersionTools"
|
||||
|
||||
buildFeatures {
|
||||
aidl = true
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
versionName version
|
||||
minSdkVersion androidMinSdk
|
||||
targetSdkVersion androidTargetSdk
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
}
|
||||
}
|
||||
|
||||
apply from: '../gradle/publish-android.gradle'
|
||||
|
||||
description = 'microG implementation of play-services-auth-api-phone'
|
||||
|
||||
dependencies {
|
||||
// Dependencies from play-services-auth-api-phone:18.2.0
|
||||
api project(':play-services-base')
|
||||
api project(':play-services-basement')
|
||||
api project(':play-services-tasks')
|
||||
api 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
|
||||
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21'
|
||||
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
|
||||
// api 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.0'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue