File tree 3 files changed +4
-4
lines changed
effortless-android-stdlib
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
google()
5
5
}
6
6
dependencies {
7
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 '
7
+ classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3 "
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
google()
5
5
}
6
6
dependencies {
7
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
7
+ classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3 "
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
google()
5
5
}
6
6
dependencies {
7
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 '
7
+ classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.3 "
8
8
}
9
9
}
10
10
@@ -22,7 +22,7 @@ publishing {
22
22
artifact(sourcesJar)
23
23
groupId ' io.milkcan'
24
24
artifactId ' effortless-android-stdlib'
25
- version ' 1.0.4 '
25
+ version ' 1.1.0 '
26
26
}
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments