chore: retarget to android 14
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
af3cdaa0e9
commit
35800614ef
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue