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 {
|
android {
|
||||||
compileSdk 33
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "chat.revolt"
|
applicationId "chat.revolt"
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 33
|
targetSdk 34
|
||||||
versionCode Integer.parseInt("000_005_002".replaceAll("_", ""), 10)
|
versionCode Integer.parseInt("000_005_002".replaceAll("_", ""), 10)
|
||||||
versionName "0.5.2"
|
versionName "0.5.2"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue