Skip to content

Commit 19ad773

Browse files
committed
add some code in gradle file for jitpack.yml
1 parent daacc8e commit 19ad773

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ before_install:
55
- ./scripts/prepareJitpackEnvironment.sh
66
install:
77
- FILE="-Dfile=storagepermission.aar" #com-atifqamar-customtoast.aar
8-
- mvn install:install-file $FILE -DgroupId=com.github.nipamaity -DartifactId=storagepermission -Dversion=1.0.1 -Dpackaging=aar -DgeneratePom=true
8+
- mvn install:install-file $FILE -DgroupId=com.github.nipamaity -DartifactId=storagepermission -Dversion=1.0.2 -Dpackaging=aar -DgeneratePom=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.nipamaity</groupId> <!-- com.github.geek-atif-->
66
<artifactId>storagepermission</artifactId> <!-- com-atifqamar-customtoast -->
7-
<version>1.0.1</version> <!-- 1.0 -->
7+
<version>1.0.2</version> <!-- 1.0 -->
88
<packaging>pom</packaging>
99
<description>First version release</description>
1010
</project>

storagepermission/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ dependencies {
7676

7777
//===============================
7878
group = 'com.github.nipamaity'
79-
version = '1.0.1'
79+
version = '1.0.2'
8080
publishing {
8181
publications {
8282
maven(MavenPublication) {
8383
groupId = 'com.github.nipamaity'
8484
artifactId = 'storagepermission'
85-
version = "1.0.1"
85+
version = "1.0.2"
8686
pom {
8787
description = 'First release'
8888
}

0 commit comments

Comments
 (0)