0.2 update

This commit is contained in:
Jan-Lk Else 2016-11-25 06:41:52 +01:00
parent 6dba70c4d8
commit add76b7668
2 changed files with 3 additions and 3 deletions

BIN
apks/0.2.apk Normal file

Binary file not shown.

View File

@ -5,10 +5,11 @@ android {
buildToolsVersion "25.0.0" buildToolsVersion "25.0.0"
defaultConfig { defaultConfig {
applicationId "telegra.ph" applicationId "telegra.ph"
minSdkVersion 13 minSdkVersion 9
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 2
versionName "0.2 beta" versionName "0.2 beta"
resConfigs "en", "nodpi"
} }
buildTypes { buildTypes {
debug { debug {
@ -26,5 +27,4 @@ android {
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:25.0.1' compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.afollestad.material-dialogs:core:0.9.1.0'
} }