[tor-commits] [orbot/master] update orbotservice target SDK to 30 to match the app

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 22 21:55:07 UTC 2021


commit c6dab3046a7daa87863a09d173d87e074dbb2270
Author: n8fr8 <nathan at guardianproject.info>
Date:   Fri May 7 15:09:31 2021 -0400

    update orbotservice target SDK to 30 to match the app
---
 orbotservice/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index 67141aca..9f79f17f 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -13,7 +13,7 @@ android {
 
     defaultConfig {
         minSdkVersion 16
-        targetSdkVersion 29
+        targetSdkVersion 30
     }
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8





More information about the tor-commits mailing list