diff --git a/app/build.gradle b/app/build.gradle index c69d09e..97cbcc4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'