File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,11 @@ This library is available via:
186186
187187📦 [ Maven Central] ( https://central.sonatype.com/artifact/io.github.amjdalhashede/ringtone-smart-kit ) :
188188Easy integration using Gradle/Maven.
189- 🐙 [ GitHub Packages] ( https://github.com/AmjdAlhashede/RingtoneSmartKitProject /packages ) : Published to
189+ 🐙 [ GitHub Packages] ( https://github.com/AmjdAlhashede/RingtoneSmartKit /packages ) : Published to
190190the GitHub repository packages as an alternative.
191191
192192- 💻 ** GitHub Repository** : Source code, examples, and documentation are available here:
193- [ https://github.com/AmjdAlhashede/RingtoneSmartKitProject ] ( https://github.com/AmjdAlhashede/RingtoneSmartKitProject )
193+ [ https://github.com/AmjdAlhashede/RingtoneSmartKit ] ( https://github.com/AmjdAlhashede/RingtoneSmartKit )
194194
195195
196196💭 ** Enjoy!** \
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ afterEvaluate {
103103
104104 maven {
105105 name = " GitHubPackages"
106- url = uri(" https://maven.pkg.github.com/AmjdAlhashede/RingtoneSmartKitProject " )
106+ url = uri(" https://maven.pkg.github.com/AmjdAlhashede/RingtoneSmartKit " )
107107 credentials {
108108 username = project.findProperty(" gpr.user" ) as String? ? : System .getenv(" USERNAME_GITHUB" )
109109 password = project.findProperty(" gpr.key" ) as String? ? : System .getenv(" TOKEN_GITHUB" )
You can’t perform that action at this time.
0 commit comments