diff options
author | pacien | 2020-01-19 12:18:12 +0100 |
---|---|---|
committer | pacien | 2020-01-19 12:18:12 +0100 |
commit | 49e33ab0ea9bbe4eee4227439333e62078fd4618 (patch) | |
tree | 464cb3345f0bb370066ecae2d0f0436f481acf2a | |
parent | 7580e81727db0791a461f85e196f6f0011730934 (diff) | |
download | tincapp-49e33ab0ea9bbe4eee4227439333e62078fd4618.tar.gz |
update gradle
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 53a9397..cb6cd2e 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-2019 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2020 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 |
@@ -27,7 +27,7 @@ buildscript { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | dependencies { | 29 | dependencies { |
30 | classpath 'com.android.tools.build:gradle:3.4.1' | 30 | classpath 'com.android.tools.build:gradle:3.5.3' |
31 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 31 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
32 | 32 | ||
33 | // NOTE: Do not place your application dependencies here; they belong | 33 | // NOTE: Do not place your application dependencies here; they belong |
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 51d4887..99877cc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties | |||
@@ -1,6 +1,6 @@ | |||
1 | #Mon Apr 29 14:25:05 CEST 2019 | 1 | #Sun Jan 19 11:05:05 GMT 2020 |
2 | distributionBase=GRADLE_USER_HOME | 2 | distributionBase=GRADLE_USER_HOME |
3 | distributionPath=wrapper/dists | 3 | distributionPath=wrapper/dists |
4 | zipStoreBase=GRADLE_USER_HOME | 4 | zipStoreBase=GRADLE_USER_HOME |
5 | zipStorePath=wrapper/dists | 5 | zipStorePath=wrapper/dists |
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip | 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip |