From 9aae4d1ad4dfcd1032c42b5c47662be537fd2947 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 12 Sep 2024 16:57:13 +0200 Subject: [PATCH] Release version 3.1.0 Signed-off-by: Sascha Peilicke --- README.md | 2 +- customtabs-example/build.gradle.kts | 4 ++-- customtabs/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13ec721..77d2007 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ repositories { } dependencies { - implementation("de.peilicke.sascha:android-customtabs:3.0.3") + implementation("de.peilicke.sascha:android-customtabs:3.1.0") } ``` diff --git a/customtabs-example/build.gradle.kts b/customtabs-example/build.gradle.kts index 178cb6d..3e5a42a 100644 --- a/customtabs-example/build.gradle.kts +++ b/customtabs-example/build.gradle.kts @@ -36,8 +36,8 @@ android { compileSdk = 34 minSdk = 21 targetSdk = 34 - versionCode = 210030003 - versionName = "3.0.3" + versionCode = 210030100 + versionName = "3.1.0" base.archivesName = "$applicationId-$versionName" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/customtabs/build.gradle.kts b/customtabs/build.gradle.kts index 9df38ec..2680d97 100644 --- a/customtabs/build.gradle.kts +++ b/customtabs/build.gradle.kts @@ -65,7 +65,7 @@ publishing { register("mavenAndroid") { artifactId = "android-customtabs" groupId = "de.peilicke.sascha" - version = "3.0.3" + version = "3.1.0" afterEvaluate { from(components["release"])