From 7c635555cd26f16719b2a8f659f6fb78acd89f93 Mon Sep 17 00:00:00 2001 From: rimthekid Date: Wed, 2 Feb 2022 20:52:36 +0400 Subject: [PATCH] version beta 0.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f77c4583f..bad12f3e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 31 - versionCode 1 - versionName '1.0' + versionCode 2 + versionName '0.2' multiDexEnabled true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }