Skip to content

Commit 34ffd0f

Browse files
committed
Update Kotlin to 1.3.70
1 parent a20de63 commit 34ffd0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/src/main/java/org/buffer/android/components/DialogFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ object DialogFactory {
389389
.setView(checkboxView)
390390
.setTitle(title)
391391
.setMessage(message)
392-
.setPositiveButton(positive) { dialog, which ->
392+
.setPositiveButton(positive) { dialog, which ->
393393
clickListener?.onPositiveButtonSelected(dontShowAgain.isChecked) }
394394
if (neutral != null) {
395395
builder.setNeutralButton(neutral) { dialog, which ->

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.61'
4+
ext.kotlin_version = '1.3.70'
55
repositories {
66
google()
77
maven { url 'https://maven.fabric.io/public' }
@@ -10,7 +10,7 @@ buildscript {
1010
jcenter()
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.5.3'
13+
classpath 'com.android.tools.build:gradle:3.6.1'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
classpath 'com.novoda:bintray-release:0.9.1'
1616

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Nov 15 14:51:08 CST 2019
1+
#Thu Mar 12 15:48:19 GMT 2020
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.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)