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"])