Skip to content

Commit

Permalink
Update Android Studio to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgardep committed May 4, 2020
1 parent 463227c commit 8baac7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
biometricVersion="1.0.1"

// Kotlin
kotlinVersion = "1.3.71"
kotlinVersion = "1.3.72"
coroutinesVersion = "1.3.2"

// Koin
Expand Down Expand Up @@ -47,7 +47,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion owncloud-android-library

0 comments on commit 8baac7e

Please sign in to comment.