[tor-commits] [orbot/master] update library and gradle
n8fr8 at torproject.org
n8fr8 at torproject.org
Wed Dec 22 21:55:10 UTC 2021
commit a783bf60d50537c5f3046399ac1a7fbb06e8bab5
Author: n8fr8 <nathan at guardianproject.info>
Date: Tue Oct 26 09:03:29 2021 -0400
update library and gradle
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index ecb8ab1f..1e39b78d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
- kotlin_version = '1.5.20'
+ kotlin_version = '1.5.31'
}
repositories {
mavenCentral()
@@ -9,7 +9,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.0'
+ classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
More information about the tor-commits
mailing list