mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Fix release builds (Gradle why)
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
2986dc01d9
commit
4512c13507
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user