forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ksp dependency to latest version on maven central
This change allows users to get the dependency from maven central rather than google's repository. This CL also removes the google repo from our (non-android) dagger tests/examples to validate that this repository is no longer needed. The android tests/examples still require this repository for AGP. Fixes #2779 RELNOTES=Fixes #2779: Updates ksp dependency to latest version on maven central. PiperOrigin-RevId: 395493523
- Loading branch information
Showing
5 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ plugins { | |
} | ||
|
||
repositories { | ||
google() | ||
mavenCentral() | ||
mavenLocal() | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ plugins { | |
} | ||
|
||
repositories { | ||
google() | ||
mavenCentral() | ||
mavenLocal() | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ plugins { | |
} | ||
|
||
repositories { | ||
google() | ||
mavenCentral() | ||
mavenLocal() | ||
} | ||
|