Skip to content

Commit 9a0f5f2

Browse files
version 1.8.1
1 parent 103a2af commit 9a0f5f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
maven { url 'https://maven.google.com' }
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
11+
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
1212
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
1313
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Aug 07 15:52:21 BRT 2017
1+
#Mon Sep 18 10:30:59 BRT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

loading-button-android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
44
apply plugin: 'com.github.dcendents.android-maven'
55

66
//Bintray depends on this global variable to set the library version!
7-
version = '1.8.0'
7+
version = '1.8.1'
88
group = 'br.com.simplepass'
99

1010
android {
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 16
1616
targetSdkVersion 26
1717
versionCode 6
18-
versionName "1.8.0"
18+
versionName "1.8.1"
1919
}
2020
buildTypes {
2121
release {
@@ -70,7 +70,7 @@ install {
7070
packaging 'aar'
7171
groupId 'br.com.simplepass'
7272
artifactId 'loading-button-android'
73-
version '1.8.0'
73+
version '1.8.1'
7474

7575
licenses {
7676
license {
@@ -125,4 +125,4 @@ dependencies {
125125
}
126126
repositories {
127127
mavenCentral()
128-
}
128+
}

0 commit comments

Comments
 (0)