mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
@@ -235,7 +235,7 @@ workflows:
|
|||||||
- main_admin
|
- main_admin
|
||||||
- deploy-to-playstore:
|
- deploy-to-playstore:
|
||||||
context: appttude
|
context: appttude
|
||||||
flavour: "Driver"
|
flavour: "Admin"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ android {
|
|||||||
compileSdkVersion 31
|
compileSdkVersion 31
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "h_mal.appttude.com.driver"
|
applicationId "h_mal.appttude.com.driver"
|
||||||
minSdkVersion 24
|
minSdkVersion 26
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 7
|
versionCode 7
|
||||||
versionName "2.0.0"
|
versionName "2.0.0"
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ import org.hamcrest.CoreMatchers.anything
|
|||||||
import org.hamcrest.Matcher
|
import org.hamcrest.Matcher
|
||||||
import org.hamcrest.Matchers
|
import org.hamcrest.Matchers
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
import java.time.LocalDate
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
open class BaseTestRobot {
|
open class BaseTestRobot {
|
||||||
|
|||||||
@@ -26,10 +26,12 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".ui.MainActivity"
|
android:name=".ui.MainActivity"
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize"
|
||||||
android:theme="@style/AppTheme.NoActionBar" />
|
android:theme="@style/AppTheme.NoActionBar"
|
||||||
|
android:exported="true"/>
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.update.UpdateActivity"
|
android:name=".ui.update.UpdateActivity"
|
||||||
android:theme="@style/AppTheme.NoActionBar.Update" />
|
android:theme="@style/AppTheme.NoActionBar.Update"
|
||||||
|
android:exported="true"/>
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
|
|||||||
Reference in New Issue
Block a user