change package name + apk && aab
This commit is contained in:
parent
968d9e7296
commit
142558d057
@ -25,7 +25,7 @@ android {
|
|||||||
buildToolsVersion "31.0.0"
|
buildToolsVersion "31.0.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.safemobile.dispatch"
|
applicationId "com.safemobile.safedispatch"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionName androidGitVersion.name()
|
versionName androidGitVersion.name()
|
||||||
|
BIN
safeDispatch/release/SafeDispatchMobile_v.8.0.35-release.aab
Normal file
BIN
safeDispatch/release/SafeDispatchMobile_v.8.0.35-release.aab
Normal file
Binary file not shown.
@ -4,16 +4,16 @@
|
|||||||
"type": "APK",
|
"type": "APK",
|
||||||
"kind": "Directory"
|
"kind": "Directory"
|
||||||
},
|
},
|
||||||
"applicationId": "com.safemobile.dispatch",
|
"applicationId": "com.safemobile.safedispatch",
|
||||||
"variantName": "release",
|
"variantName": "release",
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 8000033,
|
"versionCode": 8000035,
|
||||||
"versionName": "8.0.33",
|
"versionName": "8.0.35",
|
||||||
"outputFile": "SafeDispatchMobile_v.8.0.33-release.apk"
|
"outputFile": "SafeDispatchMobile_v.8.0.35-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File"
|
"elementType": "File"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.safemobile.dispatch">
|
package="com.safemobile.safedispatch">
|
||||||
|
|
||||||
<!-- require OpenGL ES version 2 for Google Maps -->
|
<!-- require OpenGL ES version 2 for Google Maps -->
|
||||||
<uses-feature
|
<uses-feature
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<service android:name="com.safemobile.services.TCPService" />
|
<service android:name="com.safemobile.services.TCPService" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".SDMobileActivity"
|
android:name="com.safemobile.safedispatch.SDMobileActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/app_name_demo"
|
android:label="@string/app_name_demo"
|
||||||
@ -52,41 +52,41 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".SetupActivity"
|
android:name="com.safemobile.safedispatch.SetupActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".TabLayoutActivity"
|
android:name="com.safemobile.safedispatch.TabLayoutActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".LiveActivity"
|
android:name="com.safemobile.safedispatch.LiveActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape"
|
android:screenOrientation="landscape"
|
||||||
android:label="@string/title_activity_google_maps" />
|
android:label="@string/title_activity_google_maps" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".HistoryActivity"
|
android:name="com.safemobile.safedispatch.HistoryActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".MessagesActivity"
|
android:name="com.safemobile.safedispatch.MessagesActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".AlarmActivity"
|
android:name="com.safemobile.safedispatch.AlarmActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".RadioActivity"
|
android:name="com.safemobile.safedispatch.RadioActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".RecordingsActivity"
|
android:name="com.safemobile.safedispatch.RecordingsActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".NotificationActivity"
|
android:name="com.safemobile.safedispatch.NotificationActivity"
|
||||||
android:configChanges="orientation"
|
android:configChanges="orientation"
|
||||||
android:screenOrientation="landscape" />
|
android:screenOrientation="landscape" />
|
||||||
</application>
|
</application>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.util.Log;
|
import android.util.Log;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import androidx.annotation.NonNull;
|
import androidx.annotation.NonNull;
|
||||||
import androidx.appcompat.app.AppCompatActivity;
|
import androidx.appcompat.app.AppCompatActivity;
|
@ -14,7 +14,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import androidx.fragment.app.FragmentActivity;
|
import androidx.fragment.app.FragmentActivity;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.safemobile.dispatch;
|
package com.safemobile.safedispatch;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
Loading…
Reference in New Issue
Block a user