From 45df97bd4b7c15f0bce4cb1e17a70fcd95509d8a Mon Sep 17 00:00:00 2001 From: Yuriy Liskov Date: Mon, 12 Oct 2020 17:12:29 +0300 Subject: [PATCH] bump to 3.96 --- smartyoutubetv2/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartyoutubetv2/build.gradle b/smartyoutubetv2/build.gradle index 82fb8623c..4a41bf0e8 100644 --- a/smartyoutubetv2/build.gradle +++ b/smartyoutubetv2/build.gradle @@ -46,8 +46,8 @@ android { applicationId "com.liskovsoft.smarttubetv" minSdkVersion project.properties.minSdkVersion targetSdkVersion project.properties.targetSdkVersion - versionCode 55 - versionName "3.95" + versionCode 56 + versionName "3.96" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"