diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 15813fb6..4a2b0aa5 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 = 111 - versionName = "1.1.1" + versionCode = 112 + versionName = "1.1.2" multiDexEnabled = true vectorDrawables.useSupportLibrary = true diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 4c373991..bb833e1c 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 111, - "versionName": "1.1.1", + "versionCode": 112, + "versionName": "1.1.2", "outputFile": "app-release.apk" } ],