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
11
11
12
12
### Library Setup
13
13
14
- #### In your ` settings.gradle `
14
+ #### In your ` settings.gradle.ktx `
15
15
``` gradle
16
16
dependencyResolutionManagement {
17
17
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
18
18
repositories {
19
19
mavenCentral()
20
- maven { url ' https://jitpack.io' }
20
+ maven(" https://jitpack.io")
21
21
}
22
22
}
23
23
```
24
24
25
- #### In your project ` build.gradle `
25
+ #### In your project ` build.gradle.ktx `
26
26
[ ![ ] ( https://jitpack.io/v/Micoder-dev/DirectAppUpdate.svg )] ( https://jitpack.io/#Micoder-dev/DirectAppUpdate )
27
27
``` gradle
28
28
dependencies {
29
- implementation ' com.github.Micoder-dev:DirectAppUpdate:Tag'
29
+ implementation(" com.github.Micoder-dev:DirectAppUpdate:Tag")
30
30
}
31
31
```
32
32
You can’t perform that action at this time.
0 commit comments