fix: update target sdk
This commit is contained in:
parent
323ccbae66
commit
c2ba10f4cb
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user