From 32451c0eeaad6cfeb02d349e8122a42b3c5c1484 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 29 Jul 2024 16:38:13 -0300 Subject: [PATCH] build: bump targetSdk to 34 --- mastodon/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 1e38bdd09..fcc451a6c 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -15,7 +15,7 @@ android { archivesBaseName = "moshidon" applicationId "org.joinmastodon.android.moshinda" minSdk 23 - targetSdk 33 + targetSdk 34 versionCode 105 versionName "2.3.0+fork.105.moshinda" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"