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