We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4a999 commit 6b6078fCopy full SHA for 6b6078f
README.md
@@ -1,4 +1,4 @@
1
-## jitpack-library-guide
+## jitpack-library-kotlin-dsl-guide
2
[](https://jitpack.io/#amirisback/jitpack-library-guide) <br>
3
4
For openJDK 11 and AGP 7.0.0 +
settings.gradle
@@ -7,7 +7,7 @@ dependencyResolutionManagement {
7
maven { url 'https://jitpack.io' }
8
}
9
10
-rootProject.name = "JitpackGroovyGuide"
+rootProject.name = "JitpackKotlinDslGuide"
11
include ':app'
12
include ':androidlibfirst'
13
include ':androidlibsecond'
0 commit comments