File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Repository for testing build from jitpack.io
7
7
## Version Release
8
8
This Is Latest Release
9
9
10
- $version_release = 1.0.9
10
+ $version_release = 1.1.0
11
11
12
12
What's New??
13
13
@@ -35,7 +35,7 @@ What's New??
35
35
### Step 2. Add the dependency (build.gradle : Module)
36
36
37
37
dependencies {
38
- implementation 'com.github.amirisback:jitpack-library-test:1.0.9 '
38
+ implementation 'com.github.amirisback:jitpack-library-test:1.1.0 '
39
39
}
40
40
41
41
## How To Publish Android Lib Using openJDK 11 and AGP 7.0.0 +
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ plugins {
4
4
id ' maven-publish'
5
5
}
6
6
7
- group= " com.github.amirisback"
8
-
9
7
kotlin {
10
8
android {
11
9
compileSdk projectCompileSdk
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ plugins {
4
4
id ' maven-publish'
5
5
}
6
6
7
- group= " com.github.amirisback"
8
-
9
7
android {
10
8
compileSdk projectCompileSdk
11
9
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
nameAPK = nameApp. toLowerCase(). replace(" " , " -" )
8
8
9
9
def versionMajor = 1
10
- def versionMinor = 0
11
- def versionPatch = 9
10
+ def versionMinor = 1
11
+ def versionPatch = 0
12
12
13
13
def appDomain = " com"
14
14
def appDevConsole = " frogobox"
@@ -29,6 +29,8 @@ buildscript {
29
29
30
30
projectKotlinLibraryId = " $appDomain . $appDevConsole . $kotlinLibrary "
31
31
32
+ projectGithubUsername = " com.github.amirisback"
33
+
32
34
projectVersionCode = (versionMajor * 100 ) + (versionMinor * 10 ) + (versionPatch * 1 )
33
35
projectVersionName = " $versionMajor . $versionMinor . $versionPatch "
34
36
You can’t perform that action at this time.
0 commit comments