v0.5.0, removed default toolbar subtitle

This commit is contained in:
kubasz 2019-09-09 19:54:58 +02:00
parent 345cf00311
commit 3ed34a4705
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,9 @@ buildscript {
kotlin_version = '1.3.50'
release = [
versionName: "0.4.0",
versionCode: 400
// major.minor.patch.rc.beta
versionName: "0.5.0",
versionCode: 50099
]
setup = [

View File

@ -54,7 +54,6 @@
android:background="?actionBarBackground"
android:elevation="4dp"
app:title="@string/app_name"
app:subtitle="Phil Swift - 10 unread"
tools:targetApi="lollipop">
<com.mikepenz.materialdrawer.view.BezelImageView