Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2018-07-15 18:00:33 +0300
committerRicki Hirner <hirner@bitfire.at>2018-07-15 18:09:48 +0300
commitc8f189d1d62f2bc6e397e3c57e2d329af330823b (patch)
treef26466872fb270488cf78ee540472a5717784846
parentc90823f6f6cf481f183b198a95e1e0ae85d81403 (diff)
Update Kotlin, build tools
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 1882e77..615a1d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
- ext.kotlin_version = '1.2.50'
+ ext.kotlin_version = '1.2.51'
ext.dokka_version = '0.9.16'
repositories {
@@ -26,7 +26,7 @@ apply plugin: 'org.jetbrains.dokka-android'
android {
compileSdkVersion 27
- buildToolsVersion '27.0.3'
+ buildToolsVersion '28.0.1'
defaultConfig {
minSdkVersion 14