build: bump targetSdk to 34
This commit is contained in:
parent
e7ed8d5590
commit
32451c0eea
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue