Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Nov 6, 2023
1 parent 36a4d90 commit be9b312
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot
# https://github.com/dependabot/dependabot-core/issues/1164
# https://github.com/dependabot/dependabot-core/issues/2180
# https://github.com/dependabot/dependabot-core/issues/3121

# alternative https://github.com/renovatebot/renovate/issues/5480

Expand Down
8 changes: 7 additions & 1 deletion doc/setup-gradle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,16 @@ Get more help with your project: https://docs.gradle.org/6.8/samples/sample_buil

---

# buildSrc
# buildSrc (deprecated)
https://proandroiddev.com/gradle-dependency-management-with-kotlin-94eed4df9a28
https://handstandsam.com/2018/02/11/kotlin-buildsrc-for-better-gradle-dependency-management
https://quickbirdstudios.com/blog/gradle-kotlin-buildsrc-plugin-android

mkdir -p buildSrc/src/main/kotlin
touch buildSrc/src/main/kotlin/Versions.kt

---

# catalog
https://developer.android.com/build/migrate-to-catalogs
https://docs.gradle.org/current/userguide/platforms.html

0 comments on commit be9b312

Please sign in to comment.