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

feat: Too much things to say.

This commit is contained in:
2023-01-29 19:10:46 +01:00
parent 357024770a
commit 2628bc1403
36 changed files with 550 additions and 678 deletions

View File

@ -14,9 +14,9 @@ buildscript {
plugins {
// android app plugin ? (tbh idk what thoses "plugins" does)
id("com.android.application") version "7.3.1" apply false
id("com.android.application") version "7.4.0" apply false
// is it a lib? no, do I need it? IDK
id("com.android.library") version "7.3.1" apply false
id("com.android.library") version "7.4.0" apply false
// add kotlin compatibility :>
id("org.jetbrains.kotlin.android") version "1.8.0" apply false