From e8c01fd7f26d6a47cd7e2ea1e9c8d49c38be4c59 Mon Sep 17 00:00:00 2001 From: Adam Szalkowski Date: Sat, 20 Apr 2019 11:19:26 +0200 Subject: [PATCH] Update build --- ActivityLauncher.iml | 19 --- ActivityLauncherApp/ActivityLauncherApp.iml | 129 ------------------ ActivityLauncherApp/build.gradle | 1 - .../src/main/AndroidManifest.xml | 5 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 6 files changed, 6 insertions(+), 154 deletions(-) delete mode 100644 ActivityLauncher.iml delete mode 100644 ActivityLauncherApp/ActivityLauncherApp.iml diff --git a/ActivityLauncher.iml b/ActivityLauncher.iml deleted file mode 100644 index f4f8232..0000000 --- a/ActivityLauncher.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ActivityLauncherApp/ActivityLauncherApp.iml b/ActivityLauncherApp/ActivityLauncherApp.iml deleted file mode 100644 index b74d060..0000000 --- a/ActivityLauncherApp/ActivityLauncherApp.iml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ActivityLauncherApp/build.gradle b/ActivityLauncherApp/build.gradle index 7776963..c215e89 100644 --- a/ActivityLauncherApp/build.gradle +++ b/ActivityLauncherApp/build.gradle @@ -9,7 +9,6 @@ android { } } compileSdkVersion 28 - buildToolsVersion "28.0.1" defaultConfig { applicationId "de.szalkowski.activitylauncher" minSdkVersion 14 diff --git a/ActivityLauncherApp/src/main/AndroidManifest.xml b/ActivityLauncherApp/src/main/AndroidManifest.xml index 445b845..f4660b6 100644 --- a/ActivityLauncherApp/src/main/AndroidManifest.xml +++ b/ActivityLauncherApp/src/main/AndroidManifest.xml @@ -4,7 +4,6 @@ android:versionCode="11" android:versionName="1.7.0" > - @@ -12,12 +11,14 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/AppTheme" > + android:theme="@style/AppTheme" + android:fullBackupContent="true"> + diff --git a/build.gradle b/build.gradle index 48a7679..18ebe15 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.4.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ef2b6e8..a9e1d63 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Jul 08 09:53:40 CEST 2018 +#Sat Apr 20 11:06:49 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip