aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2019-02-26 10:44:04 +0100
committerpacien2019-02-26 10:44:04 +0100
commitaa6e2342d859c87a5db6952174c75f8fb8b4e4f9 (patch)
treed21d92fa3a9772cb3b054c495e48f282a44d1840
parentb6ded7172a93c187bbb16c7df88b385f14f5bcac (diff)
downloadtincapp-aa6e2342d859c87a5db6952174c75f8fb8b4e4f9.tar.gz
update gradle and kotlin plugin
-rw-r--r--build.gradle6
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
2 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 6698b72..ba1ef5b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
1/* 1/*
2 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 2 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
3 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2017-2019 Pacien TRAN-GIRARD
4 * 4 *
5 * This program is free software: you can redistribute it and/or modify 5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
19// Top-level build file where you can add configuration options common to all sub-projects/modules. 19// Top-level build file where you can add configuration options common to all sub-projects/modules.
20 20
21buildscript { 21buildscript {
22 ext.kotlin_version = '1.2.71' 22 ext.kotlin_version = '1.3.20'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()
@@ -27,7 +27,7 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.2.1' 30 classpath 'com.android.tools.build:gradle:3.3.1'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta1") 32 classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta1")
33 33
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 5c0e579..f632fcd 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1#Tue Sep 25 22:28:17 CEST 2018 1#Wed Feb 13 10:38:15 CET 2019
2distributionBase=GRADLE_USER_HOME 2distributionBase=GRADLE_USER_HOME
3distributionPath=wrapper/dists 3distributionPath=wrapper/dists
4zipStoreBase=GRADLE_USER_HOME 4zipStoreBase=GRADLE_USER_HOME
5zipStorePath=wrapper/dists 5zipStorePath=wrapper/dists
6distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip 6distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip