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 { android {
namespace 'social.snort.app' namespace 'social.snort.app'
compileSdk 33 compileSdk 34
defaultConfig { defaultConfig {
applicationId "social.snort.app" applicationId "social.snort.app"
minSdk 26 minSdk 26
targetSdk 33 targetSdk 34
versionCode 20 versionCode 20
versionName "0.3.0" versionName "0.3.0"