Skip to content

Commit 2f96495

Browse files
authored
Update SDK version as per play store requirements. (#71)
1 parent 6e4ac5d commit 2f96495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ android {
2323
storePassword keystoreProperties['storePassword']
2424
}
2525
}
26-
compileSdk 33
26+
compileSdk 34
2727

2828
defaultConfig {
2929
applicationId "com.xtreak.notificationdictionary"
3030
minSdk 24
31-
targetSdk 33
31+
targetSdk 34
3232
versionCode 23
3333
versionName "0.0.23"
3434

0 commit comments

Comments
 (0)