Skip to content

Commit 5b9f296

Browse files
committed
Release v1.1.1
1 parent f2dffc1 commit 5b9f296

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
For openJDK 11 and AGP 7.0.0 +
55
- 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-)
77

88
Repository for testing build from jitpack.io
99
- Red : Failed
@@ -12,7 +12,7 @@ Repository for testing build from jitpack.io
1212
## Version Release
1313
This Is Latest Release
1414

15-
$version_release = 1.1.0
15+
$version_release = 1.1.1
1616
$version_dcendents = 2.1
1717

1818
What's New??
@@ -24,6 +24,7 @@ What's New??
2424
* Kotlin Library *
2525
* Experimental 3 Library *
2626
* Experimental Java/Kotlin Library *
27+
* Renaming JitPack Library Test Into JitPack Library Guide *
2728

2829
## Download this project
2930

@@ -41,7 +42,7 @@ What's New??
4142
### Step 2. Add the dependency (build.gradle : Module)
4243

4344
dependencies {
44-
implementation 'com.github.amirisback:jitpack-library-test:1.1.0'
45+
implementation 'com.github.amirisback:jitpack-library-guide:1.1.1'
4546
}
4647

4748
## ScreenShoot External Libraries Implementation
@@ -90,6 +91,7 @@ What's New??
9091
release(MavenPublication) {
9192

9293
// Applies the component for the release build variant.
94+
// NOTE : Delete this line code if you publish Native Java / Kotlin Library
9395
from components.release
9496

9597
// Library Package Name (Example : "com.frogobox.androidfirstlib")

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ buildscript {
33

44
ext {
55

6-
nameApp = "Jitpack Library Test"
6+
nameApp = "Jitpack Guide"
77
nameAPK = nameApp.toLowerCase().replace(" ", "-")
88

99
def versionMajor = 1
1010
def versionMinor = 1
11-
def versionPatch = 0
11+
def versionPatch = 1
1212

1313
def appDomain = "com"
1414
def appDevConsole = "frogobox"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencyResolutionManagement {
66
jcenter() // Warning: this repository is going to shut down soon
77
}
88
}
9-
rootProject.name = "JitpackLibTest"
9+
rootProject.name = "JitpackGuide"
1010
include ':app'
1111
include ':androidlibfirst'
1212
include ':androidlibsecond'

0 commit comments

Comments
 (0)