[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] update builds tools to 29.0.3 and gradle to 4.0.2
commit 860908d169987056f2c48e08c9e85d24aff89510
Author: n8fr8 <nathan@xxxxxxxxxxxxxxxxxxxx>
Date: Wed Oct 7 08:34:31 2020 -0400
update builds tools to 29.0.3 and gradle to 4.0.2
---
app/build.gradle | 2 +-
build.gradle | 2 +-
orbotservice/build.gradle | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 76d4163c..3d069fa4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,7 +36,7 @@ android {
}
compileSdkVersion 29
- buildToolsVersion '29.0.2'
+ buildToolsVersion '29.0.3'
defaultConfig {
applicationId "org.torproject.android"
versionName getVersionName()
diff --git a/build.gradle b/build.gradle
index 51012a87..c6b04282 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.0.0'
+ classpath 'com.android.tools.build:gradle:4.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index 0cc2bb68..019030ef 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -2,9 +2,9 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29
- buildToolsVersion '29.0.2'
+ buildToolsVersion '29.0.3'
ndkVersion '21.3.6528147'
-
+
sourceSets {
main {
jniLibs.srcDirs = ['./src/main/libs']
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits