commit | fcf17fe23a450a31121abb76ef39ffc29241d509 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Sat Jan 18 15:39:53 2020 -0300 |
committer | Torsten Grote <t@grobox.de> | Sat Jan 18 16:38:55 2020 -0300 |
tree | 3e82a3a9c0b55a74da7c6ff00811e86c5e093ab7 | |
parent | 6afdb7f4f73871826259db9658fe87b7fcdffdd5 [diff] [blame] |
Show list of apps and their backup status
diff --git a/app/build.gradle b/app/build.gradle index 1ed8157..de921d5 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -29,6 +29,9 @@ targetCompatibility 1.8 sourceCompatibility 1.8 } + kotlinOptions { + jvmTarget = JavaVersion.VERSION_1_8.toString() + } testOptions { unitTests.all { useJUnitPlatform()