From 3f52938f081f2ae73f061e7061752d7e681558ce Mon Sep 17 00:00:00 2001 From: TobiGr Date: Thu, 12 Dec 2019 21:49:56 +0100 Subject: [PATCH] Bump version to 0.18.0 and version code to 800 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac5ccca87..f00c10ab1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 19 targetSdkVersion 28 - versionCode 790 - versionName "0.17.4" + versionCode 800 + versionName "0.18.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true