Skip to content

Commit

Permalink
update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Sep 19, 2019
1 parent 964cd08 commit 4794c91
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 113 deletions.
134 changes: 109 additions & 25 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/copyright/Snapcast.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Snapcast/build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
Expand All @@ -21,6 +21,7 @@ android {
lintOptions{
disable 'MissingTranslation'
}
buildToolsVersion = '29.0.2'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion Snapcast/src/main/assets/files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>

<img src="Snapcast_800.png" alt="Snapcast" style="max-width:90%; margin: 20px 0px 10px 5px">
<p>Copyright &copy; 2014 - 2018
<p>Copyright &copy; 2014 - 2019
<a href="mailto:[email protected]">BadAix</a>
</p>
<p>Author:
Expand Down
77 changes: 0 additions & 77 deletions Snapcast/src/main/res/layout-large/client_item_not_used.xml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4794c91

Please sign in to comment.