Merge branch 'modern_architecture' into testsuite_expansion

# Conflicts:
#	app/build.gradle
This commit is contained in:
2023-08-28 11:00:03 +01:00
26 changed files with 302 additions and 403 deletions

View File

@@ -70,6 +70,6 @@ dependencies {
def kodein_version = "6.2.1"
implementation "org.kodein.di:kodein-di-generic-jvm:$kodein_version"
implementation "org.kodein.di:kodein-di-framework-android-x:$kodein_version"
/ * SQLite to excel */
implementation 'com.ajts.androidmads.SQLite2Excel:library:1.0.2'
/ * jxl * /
implementation 'net.sourceforge.jexcelapi:jxl:2.6.12'
}