File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ DirectAppUpdate is an open-source in-app update library using Jetpack Compose to
1111
1212### Library Setup
1313
14- #### In your ` settings.gradle `
14+ #### In your ` settings.gradle.ktx `
1515``` gradle
1616dependencyResolutionManagement {
1717 repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1818 repositories {
1919 mavenCentral()
20- maven { url ' https://jitpack.io' }
20+ maven(" https://jitpack.io")
2121 }
2222}
2323```
2424
25- #### In your project ` build.gradle `
25+ #### In your project ` build.gradle.ktx `
2626[ ![ ] ( https://jitpack.io/v/Micoder-dev/DirectAppUpdate.svg )] ( https://jitpack.io/#Micoder-dev/DirectAppUpdate )
2727``` gradle
2828dependencies {
29- implementation ' com.github.Micoder-dev:DirectAppUpdate:Tag'
29+ implementation(" com.github.Micoder-dev:DirectAppUpdate:Tag")
3030}
3131```
3232
You can’t perform that action at this time.
0 commit comments