mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-09 10:19:40 +02:00
Fixed layout issues
This commit is contained in:
parent
8cf9eda715
commit
7001ea0565
15 changed files with 46 additions and 146 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue