More refactoring to split up modules, both compile.

Wear is still WIP.
This commit is contained in:
darken
2022-09-14 18:00:18 +02:00
committed by Matthias Urhahn
parent f7acb5e115
commit 6ea3127f9c
303 changed files with 1214 additions and 269 deletions
+8
View File
@@ -23,6 +23,10 @@ android {
buildConfigField("String", "BUILDTIME", "\"${buildTime()}\"")
}
buildFeatures {
viewBinding = true
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -82,9 +86,13 @@ dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
addBaseAndroid()
addBaseAndroidUi()
addBaseKotlin()
addDagger()
addMoshi()
addBaseWorkManager()
implementation("com.bugsnag:bugsnag-android:5.9.2")
implementation("com.google.android.material:material:1.5.0-rc01")
}

Some files were not shown because too many files have changed in this diff Show More