Compare commits

..

No commits in common. "968d9e7296a1832bc567eb56aece251275d1520b" and "ee8bfe56b4c3383b99864adfd2a73fb201ee2481" have entirely different histories.

3 changed files with 0 additions and 34 deletions

View File

@ -19,13 +19,6 @@ android {
buildFeatures {
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 {

View File

@ -42,13 +42,6 @@ android {
buildFeatures {
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 {
implementation project(':libSafeMobile')

View File

@ -1,20 +0,0 @@
{
"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"
}