File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
maven { url ' https://maven.google.com' }
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.0.0-alpha9 '
11
+ classpath ' com.android.tools.build:gradle:3.0.0-beta6 '
12
12
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
13
13
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
Original file line number Diff line number Diff line change 1
- # Mon Aug 07 15:52:21 BRT 2017
1
+ # Mon Sep 18 10:30:59 BRT 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-rc-1- all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-all.zip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
4
4
apply plugin : ' com.github.dcendents.android-maven'
5
5
6
6
// Bintray depends on this global variable to set the library version!
7
- version = ' 1.8.0 '
7
+ version = ' 1.8.1 '
8
8
group = ' br.com.simplepass'
9
9
10
10
android {
@@ -15,7 +15,7 @@ android {
15
15
minSdkVersion 16
16
16
targetSdkVersion 26
17
17
versionCode 6
18
- versionName " 1.8.0 "
18
+ versionName " 1.8.1 "
19
19
}
20
20
buildTypes {
21
21
release {
@@ -70,7 +70,7 @@ install {
70
70
packaging ' aar'
71
71
groupId ' br.com.simplepass'
72
72
artifactId ' loading-button-android'
73
- version ' 1.8.0 '
73
+ version ' 1.8.1 '
74
74
75
75
licenses {
76
76
license {
@@ -125,4 +125,4 @@ dependencies {
125
125
}
126
126
repositories {
127
127
mavenCentral()
128
- }
128
+ }
You can’t perform that action at this time.
0 commit comments