Skip to content

Commit

Permalink
💚 Add jitpack maven
Browse files Browse the repository at this point in the history
To fix build broken due to auto_start_flutter package
  • Loading branch information
iqfareez committed Oct 4, 2024
1 parent eb538fa commit 027d083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "9cf72f73235f6d0a2196c93516cefeee7b48c2af"
resolved-ref: f927de376fd632316e3afa6c73df1b8a53beb1ab
url: "https://github.com/iqfareez/auto_start_flutter.git"
source: git
version: "0.1.1"
version: "0.1.2"
boolean_selector:
dependency: transitive
description:
Expand Down

0 comments on commit 027d083

Please sign in to comment.