make medium the default font size on startup

This commit is contained in:
Conny Duck 2017-12-01 22:42:43 +01:00
commit b2f9f87fc8
2 changed files with 8 additions and 7 deletions

View file

@ -9,8 +9,8 @@ android {
applicationId "com.keylesspalace.tusky"
minSdkVersion 15
targetSdkVersion 27
versionCode 29
versionName "1.3.1"
versionCode 30
versionName "1.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}