fix: update target sdk

This commit is contained in:
kieran 2024-12-06 13:54:54 +00:00
parent 323ccbae66
commit c2ba10f4cb
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -6,12 +6,12 @@ plugins {
android {
namespace 'social.snort.app'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "social.snort.app"
minSdk 26
targetSdk 33
targetSdk 34
versionCode 20
versionName "0.3.0"