2017-12-04 06:21:55 +00:00
|
|
|
apply plugin: 'com.android.application'
|
2019-04-11 12:49:52 +00:00
|
|
|
apply plugin: 'kotlin-android'
|
2019-04-16 17:00:32 +00:00
|
|
|
apply plugin: 'kotlin-android-extensions'
|
2019-04-11 12:49:52 +00:00
|
|
|
apply plugin: 'kotlin-kapt'
|
|
|
|
|
|
|
|
kapt {
|
|
|
|
correctErrorTypes = true
|
|
|
|
useBuildCache = true
|
|
|
|
mapDiagnosticLocations = true
|
|
|
|
javacOptions {
|
|
|
|
option("-Xmaxerrs", 1000)
|
|
|
|
}
|
|
|
|
}
|
2016-08-05 16:58:05 +00:00
|
|
|
|
2017-12-04 06:21:55 +00:00
|
|
|
android {
|
|
|
|
defaultConfig {
|
2019-01-30 08:10:12 +00:00
|
|
|
applicationId 'com.topjohnwu.magisk'
|
2018-12-27 06:35:55 +00:00
|
|
|
vectorDrawables.useSupportLibrary = true
|
2019-04-19 06:11:22 +00:00
|
|
|
multiDexEnabled true
|
2019-08-21 02:38:09 +00:00
|
|
|
versionName props['appVersion']
|
|
|
|
versionCode props['appVersionCode'] as Integer
|
2018-08-20 04:02:38 +00:00
|
|
|
}
|
|
|
|
|
2017-12-04 06:21:55 +00:00
|
|
|
buildTypes {
|
|
|
|
release {
|
2019-06-01 08:13:29 +00:00
|
|
|
minifyEnabled true
|
|
|
|
shrinkResources true
|
2019-06-01 04:46:59 +00:00
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
|
2019-06-01 20:18:11 +00:00
|
|
|
'proguard-rules.pro', 'proguard-kotlin.pro'
|
2017-12-04 06:21:55 +00:00
|
|
|
}
|
|
|
|
}
|
2019-04-11 18:01:49 +00:00
|
|
|
|
|
|
|
dataBinding {
|
|
|
|
enabled = true
|
|
|
|
}
|
2019-05-02 11:03:30 +00:00
|
|
|
|
|
|
|
packagingOptions {
|
2019-11-13 22:17:21 +00:00
|
|
|
exclude '/META-INF/**'
|
2019-05-02 11:03:30 +00:00
|
|
|
exclude '/androidsupportmultidexversion.txt'
|
2019-08-02 08:16:04 +00:00
|
|
|
exclude '/org/bouncycastle/**'
|
2019-06-01 04:46:59 +00:00
|
|
|
exclude '/kotlin/**'
|
|
|
|
exclude '/kotlinx/**'
|
2019-11-13 22:17:21 +00:00
|
|
|
exclude '/okhttp3/**'
|
2019-05-02 11:03:30 +00:00
|
|
|
}
|
2019-06-11 04:22:02 +00:00
|
|
|
|
|
|
|
kotlinOptions {
|
|
|
|
jvmTarget = '1.8'
|
|
|
|
}
|
2017-12-04 06:21:55 +00:00
|
|
|
}
|
|
|
|
|
2019-05-06 17:03:28 +00:00
|
|
|
androidExtensions {
|
|
|
|
experimental = true
|
|
|
|
}
|
|
|
|
|
2017-12-04 06:21:55 +00:00
|
|
|
dependencies {
|
|
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
2019-03-08 15:16:02 +00:00
|
|
|
implementation project(':shared')
|
2019-03-08 15:19:22 +00:00
|
|
|
implementation project(':signing')
|
2019-04-19 06:11:22 +00:00
|
|
|
|
2019-04-02 05:50:25 +00:00
|
|
|
implementation 'com.github.topjohnwu:jtar:1.0.0'
|
2019-04-19 06:11:22 +00:00
|
|
|
implementation 'com.jakewharton.timber:timber:4.7.1'
|
|
|
|
implementation 'com.ncapdevi:frag-nav:3.2.0'
|
2019-09-12 16:50:44 +00:00
|
|
|
implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.6'
|
2019-09-28 05:56:16 +00:00
|
|
|
|
2019-10-11 07:29:55 +00:00
|
|
|
implementation 'io.reactivex.rxjava2:rxjava:2.2.13'
|
|
|
|
implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0'
|
|
|
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
2019-09-28 05:56:16 +00:00
|
|
|
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:${vKotlin}"
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${vKotlin}"
|
|
|
|
|
|
|
|
def vBAdapt = '3.1.1'
|
2019-09-28 09:01:51 +00:00
|
|
|
def bindingAdapter = 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter'
|
|
|
|
implementation "${bindingAdapter}:${vBAdapt}"
|
|
|
|
implementation "${bindingAdapter}-recyclerview:${vBAdapt}"
|
2019-01-04 09:55:17 +00:00
|
|
|
|
2019-10-26 23:02:11 +00:00
|
|
|
def vMarkwon = '4.1.2'
|
2019-10-11 07:29:55 +00:00
|
|
|
implementation "io.noties.markwon:core:${vMarkwon}"
|
|
|
|
implementation "io.noties.markwon:html:${vMarkwon}"
|
|
|
|
implementation "io.noties.markwon:image:${vMarkwon}"
|
|
|
|
implementation 'com.caverock:androidsvg:1.4'
|
2019-04-03 03:58:19 +00:00
|
|
|
|
2019-09-12 16:50:44 +00:00
|
|
|
def vLibsu = '2.5.1'
|
2019-06-01 04:46:59 +00:00
|
|
|
implementation "com.github.topjohnwu.libsu:core:${vLibsu}"
|
|
|
|
implementation "com.github.topjohnwu.libsu:io:${vLibsu}"
|
2019-03-08 15:19:22 +00:00
|
|
|
|
2019-11-13 22:17:21 +00:00
|
|
|
def vKoin = '2.0.1'
|
2019-06-01 04:46:59 +00:00
|
|
|
implementation "org.koin:koin-core:${vKoin}"
|
|
|
|
implementation "org.koin:koin-android:${vKoin}"
|
|
|
|
implementation "org.koin:koin-androidx-viewmodel:${vKoin}"
|
2019-04-14 09:00:16 +00:00
|
|
|
|
2019-10-11 07:29:55 +00:00
|
|
|
def vRetrofit = '2.6.2'
|
2019-05-06 17:03:28 +00:00
|
|
|
implementation "com.squareup.retrofit2:retrofit:${vRetrofit}"
|
|
|
|
implementation "com.squareup.retrofit2:converter-moshi:${vRetrofit}"
|
2019-07-28 08:54:34 +00:00
|
|
|
implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}"
|
2019-05-06 17:03:28 +00:00
|
|
|
implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}"
|
2019-06-01 04:46:59 +00:00
|
|
|
|
2019-10-11 05:46:15 +00:00
|
|
|
def vOkHttp = '3.12.6'
|
2019-05-06 17:03:28 +00:00
|
|
|
implementation "com.squareup.okhttp3:okhttp:${vOkHttp}"
|
|
|
|
implementation "com.squareup.okhttp3:logging-interceptor:${vOkHttp}"
|
|
|
|
|
2019-11-13 22:17:21 +00:00
|
|
|
def vMoshi = '1.9.1'
|
2019-06-01 04:46:59 +00:00
|
|
|
implementation "com.squareup.moshi:moshi:${vMoshi}"
|
2019-06-01 20:18:11 +00:00
|
|
|
|
2019-11-13 22:17:21 +00:00
|
|
|
def vKotshi = '2.0.2'
|
2019-06-01 20:18:11 +00:00
|
|
|
implementation "se.ansman.kotshi:api:${vKotshi}"
|
|
|
|
kapt "se.ansman.kotshi:compiler:${vKotshi}"
|
2019-05-06 17:03:28 +00:00
|
|
|
|
2019-06-07 07:17:00 +00:00
|
|
|
modules {
|
|
|
|
module('androidx.room:room-runtime') {
|
|
|
|
replacedBy('com.github.topjohnwu:room-runtime')
|
|
|
|
}
|
|
|
|
}
|
2019-11-13 22:17:21 +00:00
|
|
|
def vRoom = '2.2.1'
|
2019-06-07 07:17:00 +00:00
|
|
|
implementation "com.github.topjohnwu:room-runtime:${vRoom}"
|
2019-11-14 05:01:06 +00:00
|
|
|
implementation "androidx.room:room-rxjava2:${vRoom}"
|
2019-07-28 08:54:34 +00:00
|
|
|
kapt "androidx.room:room-compiler:${vRoom}"
|
2019-06-07 07:17:00 +00:00
|
|
|
|
2019-11-13 22:17:21 +00:00
|
|
|
def vNav = '2.1.0'
|
|
|
|
implementation "androidx.navigation:navigation-fragment-ktx:${vNav}"
|
|
|
|
implementation "androidx.navigation:navigation-ui-ktx:${vNav}"
|
2019-08-26 18:30:10 +00:00
|
|
|
|
2019-11-14 10:42:39 +00:00
|
|
|
implementation 'androidx.biometric:biometric:1.0.0'
|
2019-04-19 06:11:22 +00:00
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
2019-10-11 07:29:55 +00:00
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
|
2019-09-12 16:50:44 +00:00
|
|
|
implementation 'androidx.preference:preference:1.1.0'
|
2019-10-26 23:02:11 +00:00
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0-rc01'
|
2019-11-13 22:17:21 +00:00
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.2.0-rc02'
|
2019-04-19 06:11:22 +00:00
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
2019-08-21 02:38:09 +00:00
|
|
|
implementation 'androidx.work:work-runtime:2.2.0'
|
2019-10-26 23:02:11 +00:00
|
|
|
implementation 'androidx.transition:transition:1.3.0-rc01'
|
2019-04-19 06:11:22 +00:00
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
2019-09-28 05:56:16 +00:00
|
|
|
implementation 'androidx.core:core-ktx:1.1.0'
|
2019-10-26 23:02:11 +00:00
|
|
|
implementation 'com.google.android.material:material:1.2.0-alpha01'
|
2016-08-05 16:58:05 +00:00
|
|
|
}
|