Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CustomTabsLauncher

[![Android CI](https://github.com/droibit/CustomTabsLauncher/actions/workflows/android.yml/badge.svg)](https://github.com/droibit/CustomTabsLauncher/actions/workflows/android.yml)
[![Download](https://img.shields.io/maven-central/v/io.github.droibit/customtabslauncher/4.1.0)](https://central.sonatype.com/artifact/io.github.droibit/customtabslauncher/4.1.0)
[![Download](https://img.shields.io/maven-central/v/io.github.droibit/customtabslauncher/4.2.0)](https://central.sonatype.com/artifact/io.github.droibit/customtabslauncher/4.2.0)
[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/droibit/prefbinding/blob/develop/LICENSE)

This library makes it easy to
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
# Maven
GROUP=io.github.droibit
VERSION_NAME=4.1.0
VERSION_NAME=4.2.0
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
Expand Down