mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2024-12-27 23:40:38 +01:00
release 35
This commit is contained in:
parent
8e4f77480c
commit
f7ae6ce59c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user