3
3
4
4
For openJDK 11 and AGP 7.0.0 +
5
5
- Please read every single note for detail
6
- - Tutorial [ Click Here] ( https://github.com/amirisback/jitpack-library-test #how-to-publish-android-lib-using-openjdk-11-and-agp-700- )
6
+ - Tutorial [ Click Here] ( https://github.com/amirisback/jitpack-library-guide #how-to-publish-android-lib-using-openjdk-11-and-agp-700- )
7
7
8
8
Repository for testing build from jitpack.io
9
9
- Red : Failed
@@ -12,7 +12,7 @@ Repository for testing build from jitpack.io
12
12
## Version Release
13
13
This Is Latest Release
14
14
15
- $version_release = 1.1.0
15
+ $version_release = 1.1.1
16
16
$version_dcendents = 2.1
17
17
18
18
What's New??
@@ -24,6 +24,7 @@ What's New??
24
24
* Kotlin Library *
25
25
* Experimental 3 Library *
26
26
* Experimental Java/Kotlin Library *
27
+ * Renaming JitPack Library Test Into JitPack Library Guide *
27
28
28
29
## Download this project
29
30
@@ -41,7 +42,7 @@ What's New??
41
42
### Step 2. Add the dependency (build.gradle : Module)
42
43
43
44
dependencies {
44
- implementation 'com.github.amirisback:jitpack-library-test :1.1.0 '
45
+ implementation 'com.github.amirisback:jitpack-library-guide :1.1.1 '
45
46
}
46
47
47
48
## ScreenShoot External Libraries Implementation
@@ -90,6 +91,7 @@ What's New??
90
91
release(MavenPublication) {
91
92
92
93
// Applies the component for the release build variant.
94
+ // NOTE : Delete this line code if you publish Native Java / Kotlin Library
93
95
from components.release
94
96
95
97
// Library Package Name (Example : "com.frogobox.androidfirstlib")
0 commit comments