1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2024-12-27 23:40:38 +01:00

release 35

This commit is contained in:
Matthieu 2024-08-24 21:16:24 +02:00
parent 8e4f77480c
commit f7ae6ce59c

View File

@ -46,13 +46,10 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 34
versionCode 35
versionName "1.0.beta" + versionCode
//TODO add resConfigs("en", "fr", "ja",...) ?
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
testInstrumentationRunner "org.pixeldroid.app.testUtility.TestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'