Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
  • Loading branch information
saschpe committed Sep 12, 2024
1 parent 56803e7 commit 9aae4d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repositories {
}

dependencies {
implementation("de.peilicke.sascha:android-customtabs:3.0.3")
implementation("de.peilicke.sascha:android-customtabs:3.1.0")
}
```

Expand Down
4 changes: 2 additions & 2 deletions customtabs-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion customtabs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ publishing {
register<MavenPublication>("mavenAndroid") {
artifactId = "android-customtabs"
groupId = "de.peilicke.sascha"
version = "3.0.3"
version = "3.1.0"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit 9aae4d1

Please sign in to comment.