2015-02-01 23:27:46 +01:00
|
|
|
/*
|
2019-03-11 15:26:19 +01:00
|
|
|
* Copyright 2013-2019 microG Project Team
|
2015-02-05 02:56:42 +01:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
2015-02-01 23:27:46 +01:00
|
|
|
*/
|
|
|
|
|
2015-01-03 15:27:50 +01:00
|
|
|
apply plugin: 'com.android.application'
|
2020-07-29 07:33:53 +02:00
|
|
|
apply plugin: 'kotlin-android'
|
2021-03-13 21:58:28 +01:00
|
|
|
apply plugin: 'kotlin-kapt'
|
2015-01-03 15:27:50 +01:00
|
|
|
|
|
|
|
dependencies {
|
2021-03-13 21:58:28 +01:00
|
|
|
implementation 'com.squareup.wire:wire-runtime:3.6.1'
|
2020-08-10 05:59:29 +02:00
|
|
|
implementation 'de.hdodenhof:circleimageview:3.1.0'
|
2018-09-03 20:48:24 +02:00
|
|
|
implementation "info.armills.chromecast-java-api-v2:api-v2-raw-request:0.10.4-raw-request-1"
|
2022-02-05 12:44:50 +01:00
|
|
|
implementation 'androidx.webkit:webkit:1.4.0'
|
2018-04-26 01:25:14 +02:00
|
|
|
|
2021-06-27 21:53:47 +02:00
|
|
|
implementation project(':play-services-cronet-core')
|
2020-08-05 01:57:23 +02:00
|
|
|
implementation project(':play-services-core-proto')
|
2020-07-09 09:53:37 +02:00
|
|
|
implementation project(':play-services-core:microg-ui-tools') // deprecated
|
2018-01-02 01:45:43 +01:00
|
|
|
implementation project(':play-services-api')
|
2018-04-18 22:01:49 +02:00
|
|
|
implementation project(':play-services-cast-api')
|
2022-01-26 06:26:56 +01:00
|
|
|
implementation project(':play-services-tasks')
|
2020-07-09 09:53:37 +02:00
|
|
|
|
|
|
|
// AndroidX UI
|
2022-01-26 06:26:56 +01:00
|
|
|
implementation 'androidx.appcompat:appcompat:1.4.1'
|
2022-01-31 13:49:59 +01:00
|
|
|
implementation 'androidx.mediarouter:mediarouter:1.2.6'
|
|
|
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
2020-07-29 07:47:50 +02:00
|
|
|
|
2021-03-13 21:58:28 +01:00
|
|
|
implementation "org.microg.gms:conscrypt-gmscore:2.5.1"
|
2022-01-26 06:26:56 +01:00
|
|
|
implementation 'androidx.annotation:annotation:1.3.0'
|
2022-03-08 20:18:59 +01:00
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.4.1'
|
2021-03-13 21:58:28 +01:00
|
|
|
|
|
|
|
// Navigation
|
2022-03-08 20:18:59 +01:00
|
|
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1'
|
|
|
|
implementation 'androidx.navigation:navigation-ui-ktx:2.4.1'
|
2020-07-29 07:47:50 +02:00
|
|
|
|
2022-03-08 20:18:59 +01:00
|
|
|
implementation 'androidx.lifecycle:lifecycle-service:2.4.1'
|
2022-01-26 06:26:56 +01:00
|
|
|
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
|
|
|
|
implementation 'com.android.volley:volley:1.2.1'
|
2020-11-19 15:56:44 +01:00
|
|
|
|
2021-03-13 21:58:28 +01:00
|
|
|
api project(':play-services-basement')
|
2016-01-12 23:27:43 +01:00
|
|
|
}
|
|
|
|
|
2015-01-03 15:27:50 +01:00
|
|
|
android {
|
2020-07-21 10:46:40 +02:00
|
|
|
compileSdkVersion androidCompileSdk
|
2022-01-26 06:26:56 +01:00
|
|
|
buildToolsVersion "30.0.3"
|
2015-01-03 15:27:50 +01:00
|
|
|
|
2016-01-12 23:27:43 +01:00
|
|
|
defaultConfig {
|
2020-07-09 09:53:37 +02:00
|
|
|
versionName version
|
2020-07-08 20:04:23 +02:00
|
|
|
versionCode appVersionCode
|
2016-02-28 13:24:41 +01:00
|
|
|
|
2020-07-08 20:04:23 +02:00
|
|
|
minSdkVersion androidMinSdk
|
|
|
|
targetSdkVersion androidTargetSdk
|
|
|
|
|
2020-07-21 12:05:05 +02:00
|
|
|
ndk {
|
2021-06-27 21:53:47 +02:00
|
|
|
abiFilters "armeabi-v7a", "arm64-v8a", "x86"
|
2020-07-21 12:05:05 +02:00
|
|
|
}
|
|
|
|
|
2016-01-12 23:27:43 +01:00
|
|
|
}
|
|
|
|
|
2020-07-21 11:23:05 +02:00
|
|
|
buildFeatures {
|
|
|
|
dataBinding = true
|
2021-03-22 04:04:09 +01:00
|
|
|
viewBinding = true
|
2020-07-08 20:04:23 +02:00
|
|
|
}
|
|
|
|
|
2015-01-03 15:27:50 +01:00
|
|
|
sourceSets {
|
|
|
|
main {
|
2020-07-29 07:33:53 +02:00
|
|
|
java.srcDirs += 'src/main/kotlin'
|
2015-01-03 15:27:50 +01:00
|
|
|
}
|
|
|
|
}
|
2016-08-27 12:50:34 +02:00
|
|
|
|
2015-07-04 13:47:27 +02:00
|
|
|
lintOptions {
|
2021-03-13 22:19:08 +01:00
|
|
|
disable 'MissingTranslation', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag', 'Range'
|
2015-07-04 13:47:27 +02:00
|
|
|
}
|
2016-08-27 12:50:34 +02:00
|
|
|
|
2016-03-05 13:47:43 +01:00
|
|
|
buildTypes {
|
|
|
|
release {
|
2020-07-21 10:46:40 +02:00
|
|
|
minifyEnabled true
|
2016-03-05 13:47:43 +01:00
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
|
}
|
|
|
|
}
|
2018-01-02 01:45:43 +01:00
|
|
|
|
|
|
|
compileOptions {
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_8
|
|
|
|
}
|
2018-04-26 01:25:14 +02:00
|
|
|
|
|
|
|
packagingOptions {
|
|
|
|
exclude 'META-INF/ASL2.0'
|
|
|
|
}
|
2015-01-03 15:27:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
if (file('user.gradle').exists()) {
|
|
|
|
apply from: 'user.gradle'
|
2021-03-13 21:58:28 +01:00
|
|
|
}
|