1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 15:38:30 +02:00

Fix release builds (Gradle why)

This commit is contained in:
leo60228 2023-09-07 18:20:57 -04:00 committed by Misa Elizabeth Kai
parent 2986dc01d9
commit 4512c13507
2 changed files with 20 additions and 14 deletions

View File

@ -42,7 +42,7 @@ android {
path 'jni/CMakeLists.txt'
}
}
}
lint {
abortOnError false
@ -96,6 +96,12 @@ project.android.applicationVariants.configureEach { variant ->
}
}
afterEvaluate {
[lintVitalReportRelease, lintVitalAnalyzeRelease].each { task ->
task.dependsOn zipRepoAssetsTask
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'org.jetbrains:annotations:15.0'

View File

@ -20,19 +20,6 @@
"versionName": "1.0",
"outputFile": "app-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
@ -46,6 +33,19 @@
"versionName": "1.0",
"outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [