mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
- updated config.yml
- Fastlane added - lanes added for upload to playstore Took 3 hours 34 minutes
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
||||
applicationId "h_mal.appttude.com.driver"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 31
|
||||
versionCode 6
|
||||
versionName "1.6"
|
||||
versionCode 7
|
||||
versionName "2.0.0"
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
||||
boolean state = project.rootProject.file('local.properties').canRead()
|
||||
@@ -41,7 +41,7 @@ android {
|
||||
storePassword relStorePassword
|
||||
keyPassword relKeyPassword
|
||||
keyAlias relKeyAlias
|
||||
// storeFile file(relStoreFile)
|
||||
storeFile file(relStoreFile)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,8 +66,8 @@ android {
|
||||
flavorDimensions "Default"
|
||||
productFlavors {
|
||||
driver {
|
||||
versionCode 6
|
||||
versionName "1.0.5"
|
||||
versionCode 7
|
||||
versionName "2.0.0"
|
||||
}
|
||||
admin {
|
||||
applicationIdSuffix ".admin"
|
||||
|
||||
Reference in New Issue
Block a user