diff --git a/build.gradle b/build.gradle index eca7d40..d480059 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,6 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' - // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/mobile/build.gradle b/mobile/build.gradle index 2aa6576..ee248cb 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -6,8 +6,8 @@ android { applicationId "laquay.com.canalestdt" minSdkVersion 21 targetSdkVersion 28 - versionCode 3 - versionName "0.3.0" + versionCode 4 + versionName "0.4.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {