chore: retarget to android 14

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-08-15 17:09:14 +02:00
parent af3cdaa0e9
commit 35800614ef
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ def property(String fileName, String propertyName, String fallbackEnv = null) {
}
android {
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "chat.revolt"
minSdk 24
targetSdk 33
targetSdk 34
versionCode Integer.parseInt("000_005_002".replaceAll("_", ""), 10)
versionName "0.5.2"