Skip to content

Commit

Permalink
Merge pull request #231 from droibit/feature/update_customtabslauncher
Browse files Browse the repository at this point in the history
Update `customtabslauncher`  to v3.0.0 and remove JitPack repository
  • Loading branch information
droibit authored Jan 21, 2025
2 parents adf86c7 + 32baa36 commit d8f9f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions flutter_custom_tabs_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ rootProject.allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}

Expand Down Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion flutter_custom_tabs_android/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}

gradle.projectsEvaluated {
Expand Down

0 comments on commit d8f9f4e

Please sign in to comment.