From a68004657401aeb934877775635861a65c02f4c8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 4 Sep 2020 18:49:05 +0200 Subject: [PATCH] change version code --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f6c7477..7c54188 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "app.fedilab.fedilabtube" minSdkVersion 21 targetSdkVersion 30 - versionCode 4 + versionCode 5 versionName "1.0.3" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"