Skip to content

Commit 6b6078f

Browse files
committed
update: settings.gradle
1 parent 0e4a999 commit 6b6078f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## jitpack-library-guide
1+
## jitpack-library-kotlin-dsl-guide
22
[![](https://jitpack.io/v/amirisback/jitpack-library-groovy-guide.svg?style=flat-square)](https://jitpack.io/#amirisback/jitpack-library-guide) <br>
33

44
For openJDK 11 and AGP 7.0.0 +

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencyResolutionManagement {
77
maven { url 'https://jitpack.io' }
88
}
99
}
10-
rootProject.name = "JitpackGroovyGuide"
10+
rootProject.name = "JitpackKotlinDslGuide"
1111
include ':app'
1212
include ':androidlibfirst'
1313
include ':androidlibsecond'

0 commit comments

Comments
 (0)