diff --git a/customtabs/build.gradle b/customtabs/build.gradle index 769584b..c851207 100644 --- a/customtabs/build.gradle +++ b/customtabs/build.gradle @@ -21,7 +21,7 @@ android { minSdkVersion 15 targetSdkVersion 28 versionCode 1 - versionName "1.0" + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -66,7 +66,7 @@ ext { siteUrl = 'https://github.com/saurabharora90/CustomTabs-Kotlin' gitUrl = 'https://github.com/saurabharora90/CustomTabs-Kotlin.git' - libraryVersion = '1.0.0' + libraryVersion = '1.1' developerId = 'saurabharora90' developerName = 'Saurabh Arora'