From 24f0d49759f7caa30329da5e659403cf73bfefd1 Mon Sep 17 00:00:00 2001
From: b <dsnake@protonmail.com>
Date: Thu, 9 Dec 2021 20:40:52 -0500
Subject: [PATCH] Sample targets API 30 for #58

---
 sampletorapp/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sampletorapp/build.gradle b/sampletorapp/build.gradle
index bc0f7d7d..8f7ab556 100644
--- a/sampletorapp/build.gradle
+++ b/sampletorapp/build.gradle
@@ -1,7 +1,7 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 31
+    compileSdkVersion 30
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
@@ -9,7 +9,7 @@ android {
     defaultConfig {
         applicationId "org.torproject.android.sample"
         minSdkVersion 21
-        targetSdkVersion 31
+        targetSdkVersion 30
         versionCode 1
         versionName "1.0"
     }
-- 
GitLab