File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/src/main/java/org/buffer/android/components Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ->
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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
Original file line number Diff line number Diff line change 1- # Fri Nov 15 14:51:08 CST 2019
1+ # Thu Mar 12 15:48:19 GMT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments