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