mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2026-01-06 05:47:50 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2562f5fdea | ||
|
|
537cb26072 | ||
|
|
ec90406a8f |
@@ -18,7 +18,7 @@ android {
|
||||
applicationId "at.bitfire.davdroid"
|
||||
resValue "string", "packageID", applicationId
|
||||
|
||||
versionCode 184
|
||||
versionCode 186
|
||||
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
||||
|
||||
minSdkVersion 16
|
||||
@@ -33,13 +33,13 @@ android {
|
||||
productFlavors {
|
||||
standard {
|
||||
dimension "type"
|
||||
versionName "1.9.1"
|
||||
versionName "1.9.2"
|
||||
|
||||
buildConfigField "boolean", "customCerts", "true"
|
||||
}
|
||||
managed {
|
||||
dimension "type"
|
||||
versionName "1.9.1-mgd1"
|
||||
versionName "1.9.2-mgd"
|
||||
|
||||
applicationId "com.davdroid.managed"
|
||||
resValue "string", "packageID", applicationId
|
||||
@@ -50,20 +50,20 @@ android {
|
||||
|
||||
gplay {
|
||||
dimension "type"
|
||||
versionName "1.9.1-gplay"
|
||||
versionName "1.9.2-gplay"
|
||||
|
||||
buildConfigField "boolean", "customCerts", "true"
|
||||
}
|
||||
icloud {
|
||||
dimension "type"
|
||||
versionName "1.9.1-cloud"
|
||||
versionName "1.9.2-cloud"
|
||||
|
||||
applicationId "at.bitfire.cloudsync"
|
||||
resValue "string", "packageID", applicationId
|
||||
}
|
||||
soldupe {
|
||||
dimension "type"
|
||||
versionName "1.9.1-soldupe"
|
||||
versionName "1.9.2-soldupe"
|
||||
|
||||
applicationId "com.soldupe.cloudsync"
|
||||
resValue "string", "packageID", applicationId
|
||||
|
||||
Submodule cert4android updated: 0cd2281f2c...38a5c2a06d
Reference in New Issue
Block a user