From 45c0e6a463a04e2a21d6d34fa454b4ba94f4a41e Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:31:53 -0400 Subject: targetSdk 34 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac9515e5..8eed9d8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { defaultConfig { applicationId "ml.docilealligator.infinityforreddit" minSdk 21 - targetSdk 33 + targetSdk 34 versionCode 176 versionName "7.2.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" -- cgit v1.2.3