Merge pull request #10 from jcgruenhage/AndroidStudio23

Just tested this, works.
This commit is contained in:
Jan Christian Grünhage 2017-03-08 11:06:02 +01:00 committed by GitHub
commit 67d6fd5ffb
4 changed files with 10 additions and 5 deletions

View file

@ -33,6 +33,11 @@ by [Michael Patricios (mpatric)](https://github.com/mpatric).
If you want to contribute to this project, fork off of develop, 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. 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. 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 ### Copyright

View file

@ -29,7 +29,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.0-beta3' classpath 'com.android.tools.build:gradle:2.3.0'
} }
} }

View file

@ -33,8 +33,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 25 targetSdkVersion 25
// TODO Change Version with releases // TODO Change Version with releases
versionCode 105 versionCode 106
versionName '0.9.3' versionName '0.9.4'
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
jackOptions { jackOptions {

View file

@ -50,11 +50,11 @@
<!-- TODO change Version number and build date with releases --> <!-- TODO change Version number and build date with releases -->
<!-- Version number--> <!-- Version number-->
<Preference <Preference
android:summary="0.9.3" android:summary="0.9.4"
android:title="@string/settings_version_number" /> android:title="@string/settings_version_number" />
<!-- Build date--> <!-- Build date-->
<Preference <Preference
android:summary="19.01.2017" android:summary="01.02.2017"
android:title="@string/settings_build_date" /> android:title="@string/settings_build_date" />
</PreferenceCategory> </PreferenceCategory>