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:
5
5
- ./scripts/prepareJitpackEnvironment.sh
6
6
install :
7
7
- 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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.github.nipamaity</groupId > <!-- com.github.geek-atif-->
6
6
<artifactId >storagepermission</artifactId > <!-- com-atifqamar-customtoast -->
7
- <version >1.0.1 </version > <!-- 1.0 -->
7
+ <version >1.0.2 </version > <!-- 1.0 -->
8
8
<packaging >pom</packaging >
9
9
<description >First version release</description >
10
10
</project >
Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ dependencies {
76
76
77
77
// ===============================
78
78
group = ' com.github.nipamaity'
79
- version = ' 1.0.1 '
79
+ version = ' 1.0.2 '
80
80
publishing {
81
81
publications {
82
82
maven(MavenPublication ) {
83
83
groupId = ' com.github.nipamaity'
84
84
artifactId = ' storagepermission'
85
- version = " 1.0.1 "
85
+ version = " 1.0.2 "
86
86
pom {
87
87
description = ' First release'
88
88
}
You can’t perform that action at this time.
0 commit comments