From 13f8814480221a5336d106d2a4994fc964140c2b Mon Sep 17 00:00:00 2001 From: Tommaso Berlose Date: Tue, 11 May 2021 21:05:19 +0200 Subject: [PATCH] Bumped the version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ef4b3ab..653062c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ android { applicationId "com.tommasoberlose.anotherwidget" minSdkVersion 23 targetSdkVersion 30 - versionCode 138 + versionCode 139 versionName "2.3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"