Skip to content

Commit ff6772e

Browse files
authored
Merge pull request #91 from Devolutions/use-maven-for-gradle
Removed bintray dependency
2 parents 5527c7a + c416050 commit ff6772e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ buildscript {
44
repositories {
55
google()
66
jcenter()
7-
87
}
98
dependencies {
109
classpath 'com.android.tools.build:gradle:4.1.3'
11-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
12-
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.9.6"
1310
// NOTE: Do not place your application dependencies here; they belong
1411
// in the individual module build.gradle files
1512
}
@@ -29,7 +26,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
2926

3027
project('slauth') {
3128
ext {
32-
libraryVersion = '0.7.6'
29+
libraryVersion = '0.7.9'
3330
}
3431
publishing {
3532
repositories {

0 commit comments

Comments
 (0)