File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ before_install:
55 - ./scripts/prepareJitpackEnvironment.sh
66install :
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ dependencies {
7676
7777// ===============================
7878group = ' com.github.nipamaity'
79- version = ' 1.0.1 '
79+ version = ' 1.0.2 '
8080publishing {
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 }
You can’t perform that action at this time.
0 commit comments