We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5527c7a + c416050 commit ff6772eCopy full SHA for ff6772e
build.gradle
@@ -4,12 +4,9 @@ buildscript {
4
repositories {
5
google()
6
jcenter()
7
-
8
}
9
dependencies {
10
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"
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
15
@@ -29,7 +26,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
29
26
30
27
project('slauth') {
31
28
ext {
32
- libraryVersion = '0.7.6'
+ libraryVersion = '0.7.9'
33
34
publishing {
35
0 commit comments