From 32baa362a4f7dc519cb9f8e60807ff21dd5b10ab Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Wed, 22 Jan 2025 01:31:31 +0900 Subject: [PATCH] Update `customtabslauncher` to v3.0.0 and remove JitPack repository --- flutter_custom_tabs_android/android/build.gradle | 3 +-- flutter_custom_tabs_android/example/android/build.gradle | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/flutter_custom_tabs_android/android/build.gradle b/flutter_custom_tabs_android/android/build.gradle index 7e0fe068..275f2f79 100644 --- a/flutter_custom_tabs_android/android/build.gradle +++ b/flutter_custom_tabs_android/android/build.gradle @@ -16,7 +16,6 @@ rootProject.allprojects { repositories { google() mavenCentral() - maven { url "https://jitpack.io" } } } @@ -65,7 +64,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.browser:browser:1.8.0' - implementation 'com.github.droibit:customtabslauncher:3.0.0-beta01' + implementation 'io.github.droibit:customtabslauncher:3.0.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.11' diff --git a/flutter_custom_tabs_android/example/android/build.gradle b/flutter_custom_tabs_android/example/android/build.gradle index fcf6436d..dc9e0545 100644 --- a/flutter_custom_tabs_android/example/android/build.gradle +++ b/flutter_custom_tabs_android/example/android/build.gradle @@ -15,7 +15,6 @@ allprojects { repositories { google() mavenCentral() - maven { url "https://jitpack.io" } } gradle.projectsEvaluated {