Skip to content

Commit 04e62f7

Browse files
bumps
1 parent 593d1b8 commit 04e62f7

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:3.3.1'
15+
classpath 'com.android.tools.build:gradle:3.5.2'
1616
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1717
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1818
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#Sat Apr 28 16:32:48 BRT 2018
1+
#Thu Nov 07 15:14:35 CET 2019
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-5.1.1-all.zip
7-
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

loading-button-android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'org.jmailen.kotlinter'
66

77
// Bintray depends on this global variable to set the library version!
8-
version = "2.1.4"
8+
version = "2.2.0"
99
group = 'br.com.simplepass'
1010

1111
android {
12-
compileSdkVersion 28
12+
compileSdkVersion 29
1313

1414
testOptions {
1515
unitTests {
@@ -19,7 +19,7 @@ android {
1919

2020
defaultConfig {
2121
minSdkVersion 16
22-
targetSdkVersion 28
22+
targetSdkVersion 29
2323
versionCode 21
2424
versionName version
2525
}
@@ -126,7 +126,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
126126

127127
dependencies {
128128
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
129-
implementation 'androidx.appcompat:appcompat:1.0.2'
129+
implementation 'androidx.appcompat:appcompat:1.1.0'
130130

131131
testImplementation 'org.mockito:mockito-core:2.23.4'
132132
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0"

0 commit comments

Comments
 (0)