1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-23 03:54:56 +02:00
This commit is contained in:
Gregor Santner 2016-07-31 15:18:05 +02:00
parent a15e060e25
commit f2bcadd7bd
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# v0.1.5 (WIP)
# v0.1.4 (2016-07-31)
- by @vanitasvitae, @gsantner, @di72nn
- Allow turning off toolbar intellihide

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.dfa.diaspora_android"
minSdkVersion 15
targetSdkVersion 24
versionCode 4
versionName "0.1.3"
versionCode 5
versionName "0.1.4"
}
buildTypes {
release {