Version 1.3

This commit is contained in:
Davide Depau 2018-10-01 02:48:57 +02:00
parent bba01fc6cf
commit d2c3bb74f7
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "eu.depau.etchdroid"
minSdkVersion 19
targetSdkVersion 28
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
@ -38,7 +38,6 @@ dependencies {
implementation project(':libaums')
implementation project(':dmg2img')
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'