
28 Apr
2020
28 Apr
'20
9:05 p.m.
commit 003d9ea172cd00a386f99d003cbd7e90651f282b Author: n8fr8 <nathan@guardianproject.info> Date: Thu Sep 5 12:02:35 2019 -0400 update build tools to 29 --- orbotservice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index a5d07d76..bf3dc863 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 29 - buildToolsVersion '28.0.3' + buildToolsVersion '29.0.0 rc2' sourceSets { main {