bump build number

This commit is contained in:
Phillip Thelen 2018-10-19 11:09:24 +02:00
parent 7003a4ff4f
commit 72744c57b2
4 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View file

@ -60,3 +60,4 @@ reports/
/amazon
captures
/Habitica/prod
/Habitica/release

View file

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.habitrpg.android.habitica"
android:versionCode="1997"
android:versionName="1.5.1"
android:versionCode="1998"
android:versionName="1.6"
android:screenOrientation="portrait"
android:installLocation="auto" >

View file

@ -134,7 +134,7 @@ android {
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 16
minSdkVersion 15
applicationId "com.habitrpg.android.habitica"
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "STORE", "\"google\""

View file

@ -43,7 +43,6 @@ class UsernameLabel(context: Context?, attrs: AttributeSet?) : LinearLayout(cont
addView(textView, params)
val padding = context?.resources?.getDimension(R.dimen.spacing_small)?.toInt() ?: 0
textView.setPadding(0, 0, padding, 0)
textView.
addView(tierIconView, params)
}
}