build: bump targetSdk to 34

This commit is contained in:
LucasGGamerM 2024-07-29 16:38:13 -03:00
parent e7ed8d5590
commit 32451c0eea

View File

@ -15,7 +15,7 @@ android {
archivesBaseName = "moshidon" archivesBaseName = "moshidon"
applicationId "org.joinmastodon.android.moshinda" applicationId "org.joinmastodon.android.moshinda"
minSdk 23 minSdk 23
targetSdk 33 targetSdk 34
versionCode 105 versionCode 105
versionName "2.3.0+fork.105.moshinda" versionName "2.3.0+fork.105.moshinda"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"