From 7c19f8bfd90c5ff18d91da0edf94292f3c00c4fb Mon Sep 17 00:00:00 2001 From: DatLag Date: Sat, 25 Jun 2022 13:48:58 +0200 Subject: [PATCH] increased version --- app/build.gradle.kts | 4 ++-- app/release/output-metadata.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 93b677c0..08838414 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,8 +23,8 @@ android { applicationId = "de.datlag.burningseries" minSdk = Configuration.minSdk targetSdk = Configuration.targetSdk - versionCode = 300 - versionName = "3.0.0" + versionCode = 301 + versionName = "3.0.1" multiDexEnabled = true vectorDrawables.useSupportLibrary = true diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 6f143112..9f964e5d 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 300, - "versionName": "3.0.0", + "versionCode": 301, + "versionName": "3.0.1", "outputFile": "app-release.apk" } ],