From adc99cb7bc7d46f5bee3a41cf89742a72f4ada29 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Sat, 5 Oct 2019 20:48:29 +0200 Subject: [PATCH] Bump project version to 1.4.0-rc.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae7547d..519a7e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 17 // JB 4.2 targetSdkVersion 28 // P 9.0 versionCode 20 - versionName "1.4.0" + versionName "1.4.0-rc.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "android-docker-search-$versionName") vectorDrawables.useSupportLibrary = true