Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed Jul 12, 2019
1 parent ad9cfa0 commit a745cec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ enum class ShareType constructor(val value: Int) {
FEDERATED(6);

companion object {

fun fromValue(value: Int): ShareType? {
return when (value) {
-1 -> NO_SHARED
Expand Down

0 comments on commit a745cec

Please sign in to comment.