Backup & restore

This commit is contained in:
MM20
2022-06-09 19:26:45 +02:00
parent c7fb8bf57a
commit eaf4701500
37 changed files with 1660 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.2.0")
classpath(libs.kotlin.gradle)
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}