Target API33. Setup Hilt DI framework. Apply formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-21 20:20:22 +01:00
parent 479f5476e0
commit a835580682
21 changed files with 399 additions and 482 deletions

View File

@@ -14,6 +14,10 @@ buildscript {
}
}
plugins {
id 'com.google.dagger.hilt.android' version '2.44' apply false
}
allprojects {
repositories {
google()