File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
}
13
13
}
14
14
dependencies {
15
- classpath ' com.android.tools.build:gradle:3.3.1 '
15
+ classpath ' com.android.tools.build:gradle:3.5.2 '
16
16
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
17
17
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
18
18
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
Original file line number Diff line number Diff line change 1
- # Sat Apr 28 16:32:48 BRT 2018
1
+ # Thu Nov 07 15:14:35 CET 2019
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-5.1.1-all.zip
7
-
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apply plugin: 'com.github.dcendents.android-maven'
5
5
apply plugin : ' org.jmailen.kotlinter'
6
6
7
7
// Bintray depends on this global variable to set the library version!
8
- version = " 2.1.4 "
8
+ version = " 2.2.0 "
9
9
group = ' br.com.simplepass'
10
10
11
11
android {
12
- compileSdkVersion 28
12
+ compileSdkVersion 29
13
13
14
14
testOptions {
15
15
unitTests {
@@ -19,7 +19,7 @@ android {
19
19
20
20
defaultConfig {
21
21
minSdkVersion 16
22
- targetSdkVersion 28
22
+ targetSdkVersion 29
23
23
versionCode 21
24
24
versionName version
25
25
}
@@ -126,7 +126,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
126
126
127
127
dependencies {
128
128
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
129
- implementation ' androidx.appcompat:appcompat:1.0.2 '
129
+ implementation ' androidx.appcompat:appcompat:1.1.0 '
130
130
131
131
testImplementation ' org.mockito:mockito-core:2.23.4'
132
132
testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0"
You can’t perform that action at this time.
0 commit comments