fix: add lint options to suppress release build checks
This commit is contained in:
@@ -5,6 +5,9 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_21
|
||||
targetCompatibility JavaVersion.VERSION_21
|
||||
}
|
||||
lintOptions{
|
||||
checkReleaseBuilds false
|
||||
}
|
||||
}
|
||||
|
||||
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||||
|
||||
Reference in New Issue
Block a user