From 4794c912522010b5a01b76b0180a27b39d61ae82 Mon Sep 17 00:00:00 2001 From: badaix Date: Thu, 19 Sep 2019 20:47:44 +0200 Subject: [PATCH] update build tools --- .idea/codeStyles/Project.xml | 134 ++++++++++++++---- .idea/copyright/Snapcast.xml | 2 +- .idea/misc.xml | 8 +- Snapcast/build.gradle | 9 +- Snapcast/src/main/assets/files/about.html | 2 +- .../res/layout-large/client_item_not_used.xml | 77 ---------- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 8 files changed, 125 insertions(+), 113 deletions(-) delete mode 100644 Snapcast/src/main/res/layout-large/client_item_not_used.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 30aa626c..ae78c113 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,29 +1,113 @@ - - - - - - - - - - + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
\ No newline at end of file diff --git a/.idea/copyright/Snapcast.xml b/.idea/copyright/Snapcast.xml index 0a50815b..9b0d5afe 100644 --- a/.idea/copyright/Snapcast.xml +++ b/.idea/copyright/Snapcast.xml @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e8ee3d97..d5d4a5ca 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ diff --git a/Snapcast/build.gradle b/Snapcast/build.gradle index 09f7d2bd..de4f81c7 100644 --- a/Snapcast/build.gradle +++ b/Snapcast/build.gradle @@ -1,14 +1,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "de.badaix.snapcast" minSdkVersion 16 - targetSdkVersion 28 - versionCode 1500 - versionName "0.15.0" + targetSdkVersion 29 + versionCode 1501 + versionName '0.15.1' multiDexEnabled true vectorDrawables.useSupportLibrary = true } @@ -21,6 +21,7 @@ android { lintOptions{ disable 'MissingTranslation' } + buildToolsVersion = '29.0.2' } dependencies { diff --git a/Snapcast/src/main/assets/files/about.html b/Snapcast/src/main/assets/files/about.html index 606933e9..c0e05a32 100644 --- a/Snapcast/src/main/assets/files/about.html +++ b/Snapcast/src/main/assets/files/about.html @@ -15,7 +15,7 @@ Snapcast -

Copyright © 2014 - 2018 +

Copyright © 2014 - 2019 BadAix

Author: diff --git a/Snapcast/src/main/res/layout-large/client_item_not_used.xml b/Snapcast/src/main/res/layout-large/client_item_not_used.xml deleted file mode 100644 index e14f6192..00000000 --- a/Snapcast/src/main/res/layout-large/client_item_not_used.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.gradle b/build.gradle index 41431cf6..9e9e3d10 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' + classpath 'com.android.tools.build:gradle:3.5.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8c2cf30e..04b33d0e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Feb 15 18:50:14 CET 2019 +#Thu Sep 19 18:37:39 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip