1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-22 13:09:18 +00:00

feat: Started changes to new Google extension

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-11-23 22:34:30 +01:00
parent a9a488b122
commit 7b3f409733
30 changed files with 903 additions and 183 deletions

View File

@ -4,7 +4,7 @@ buildscript {
classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.5")
// Safe Navigation
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
// OSS licenses
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
@ -12,9 +12,9 @@ buildscript {
}
plugins {
id("com.android.application") version "7.2.2" apply false
id("com.android.library") version "7.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.6.10" apply false
id("com.android.application") version "7.3.1" apply false
id("com.android.library") version "7.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.6.21" apply false
}
task("clean") {