From 3e8f54b45be25e1a04bbbf162247e094587d5659 Mon Sep 17 00:00:00 2001 From: Uriah Date: Fri, 3 Jan 2020 12:11:50 +0200 Subject: [PATCH] Uploading 12.0.0 (94) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cd0445c5..d0028833 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "com.bald.uriah.baldphone" minSdkVersion 21 targetSdkVersion 28 - versionCode 93 - versionName "11.9.1" + versionCode 94 + versionName "12.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }