From ccb6be454e4307ad99ebb12953efb0cdfed29266 Mon Sep 17 00:00:00 2001 From: Matthieu <61561059+Wv5twkFEKh54vo4tta9yu7dHa3@users.noreply.github.com> Date: Fri, 22 May 2020 23:10:57 +0200 Subject: [PATCH] Release 2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index aad321f0..c2af6f2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.h.pixeldroid" minSdkVersion 23 targetSdkVersion 29 - versionCode 1 - versionName "1.0.alpha1" + versionCode 2 + versionName "1.0.alpha2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true'