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 {
389
389
.setView(checkboxView)
390
390
.setTitle(title)
391
391
.setMessage(message)
392
- .setPositiveButton(positive) { dialog, which ->
392
+ .setPositiveButton(positive) { dialog, which ->
393
393
clickListener?.onPositiveButtonSelected(dontShowAgain.isChecked) }
394
394
if (neutral != null ) {
395
395
builder.setNeutralButton(neutral) { dialog, which ->
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.61 '
4
+ ext. kotlin_version = ' 1.3.70 '
5
5
repositories {
6
6
google()
7
7
maven { url ' https://maven.fabric.io/public' }
@@ -10,7 +10,7 @@ buildscript {
10
10
jcenter()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.5.3 '
13
+ classpath ' com.android.tools.build:gradle:3.6.1 '
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
classpath ' com.novoda:bintray-release:0.9.1'
16
16
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
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.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