Fixed layout issues

This commit is contained in:
vanitasvitae 2017-05-05 18:34:44 +02:00
parent 8cf9eda715
commit 7001ea0565
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
15 changed files with 46 additions and 146 deletions

View file

@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "de.vanitasvitae.enigmandroid"
minSdkVersion 10
targetSdkVersion 23
versionCode 15
versionName "0.1.9-09.10.2015-beta"
minSdkVersion 11
targetSdkVersion 25
versionCode 16
versionName "1.0.0-05.05.2017"
}
buildTypes {
release {
@ -19,5 +19,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:support-v4:25.3.1'
}