new credential generated
This commit is contained in:
parent
ee8bfe56b4
commit
2855e9bde6
@ -19,6 +19,13 @@ android {
|
|||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding false
|
viewBinding false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
checkReleaseBuilds false
|
||||||
|
// Or, if you prefer, you can continue to check for errors in release builds,
|
||||||
|
// but continue the build even when errors are found:
|
||||||
|
//abortOnError false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -42,6 +42,13 @@ android {
|
|||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding false
|
viewBinding false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
checkReleaseBuilds false
|
||||||
|
// Or, if you prefer, you can continue to check for errors in release builds,
|
||||||
|
// but continue the build even when errors are found:
|
||||||
|
//abortOnError false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':libSafeMobile')
|
implementation project(':libSafeMobile')
|
||||||
|
20
safeDispatch/release/output-metadata.json
Normal file
20
safeDispatch/release/output-metadata.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "APK",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "com.safemobile.dispatch",
|
||||||
|
"variantName": "release",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 8000033,
|
||||||
|
"versionName": "8.0.33",
|
||||||
|
"outputFile": "SafeDispatchMobile_v.8.0.33-release.apk"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user