mirror of
https://github.com/gsantner/dandelion
synced 2024-11-23 04:42:08 +01:00
Update opoc
This commit is contained in:
parent
a66d7bf3b2
commit
ea1ee6bc40
2 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ import java.text.SimpleDateFormat
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
version_gradle_tools = "3.5.3"
|
||||
version_plugin_kotlin = "1.3.61"
|
||||
version_gradle_tools = "3.6.1"
|
||||
version_plugin_kotlin = "1.3.71"
|
||||
enable_plugin_kotlin = false
|
||||
|
||||
version_compileSdk = 28
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
||||
|
|
Loading…
Reference in a new issue