diff --git a/README.md b/README.md index b8273ca..f62aa53 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ by [Michael Patricios (mpatric)](https://github.com/mpatric). If you want to contribute to this project, fork off of develop, implement what you want to implement, and submit a pull request back into develop. After testing it, if enough of the collaborators like it, we will merge it. +You might want to discuss your ideas with us first though: + +### Discuss Ideas + +If you have any questions, the easiest way to get help is asking in the #playmusicexporter IRC channel on freenode. You can join that on webchat.freenode.net, or preferably, if you are not really an IRC guy anyway, try the corresponding matrix room [#playmusicexporter:jcg.re](https://matrix.to/#/#playmusicexporter:jcg.re). They are bridged together, so everything that happens in one of the rooms gets automatically transfered to the other one too. ### Copyright diff --git a/build.gradle b/build.gradle index 7b35dc2..d257ea5 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0-beta3' + classpath 'com.android.tools.build:gradle:2.3.0' } } diff --git a/playmusicexporter/build.gradle b/playmusicexporter/build.gradle index aece3d4..93f592f 100644 --- a/playmusicexporter/build.gradle +++ b/playmusicexporter/build.gradle @@ -33,8 +33,8 @@ android { minSdkVersion 21 targetSdkVersion 25 // TODO Change Version with releases - versionCode 105 - versionName '0.9.3' + versionCode 106 + versionName '0.9.4' vectorDrawables.useSupportLibrary = true jackOptions { diff --git a/playmusicexporter/src/main/res/xml/pref_about.xml b/playmusicexporter/src/main/res/xml/pref_about.xml index f0ad3d6..8d32df7 100644 --- a/playmusicexporter/src/main/res/xml/pref_about.xml +++ b/playmusicexporter/src/main/res/xml/pref_about.xml @@ -50,11 +50,11 @@