Update andrid version code and remove devel build file
This commit is contained in:
parent
275710a7d6
commit
bebc6f81ac
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<manifest package="org.dudetronics.droidstar" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="67" android:installLocation="auto">
|
<manifest package="org.dudetronics.droidstar" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="68" android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||||
|
|
||||||
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
||||||
|
|
|
@ -244,7 +244,7 @@ void DroidStar::process_connect()
|
||||||
#ifdef Q_OS_IOS
|
#ifdef Q_OS_IOS
|
||||||
MicPermission::check_permission();
|
MicPermission::check_permission();
|
||||||
#endif
|
#endif
|
||||||
#include "build.h"
|
|
||||||
if( (m_callsign.size() < 4) ||
|
if( (m_callsign.size() < 4) ||
|
||||||
(m_dmrid < 250000) ||
|
(m_dmrid < 250000) ||
|
||||||
(m_callsign != m_dmrids[m_dmrid]))
|
(m_callsign != m_dmrids[m_dmrid]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue