Added Biochecker, refs #10923

This commit is contained in:
vtretyakov
2018-04-13 11:41:17 +07:00
parent 1b9e5e1657
commit e838b12b70
14 changed files with 33 additions and 2 deletions

View File

@@ -160,7 +160,20 @@ android {
buildConfigField "String", "appTitle", "\"dinect (develop)\""
buildConfigField "boolean", "showBonus", "true"
}
}
biohacker {
applicationId 'ru.fivefit.biochecker'
buildConfigField "String", "locale", "\"ru\""
buildConfigField "String", "flavor", "\"biohacker\""
buildConfigField "int", "currency", "643"
buildConfigField "String", "supportPhone", "\"support@dinect.com\""
buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
buildConfigField "String", "endpoint", "\"https://pos-api.dinect.com/20130701/\""
buildConfigField "String", "appToken", "\"bdea0f3ba9034b688019a7cac753d1209e2b227f\""
buildConfigField "String", "appTitle", "\"BioChecker\""
buildConfigField "boolean", "showBonus", "true"
}
}
sourceSets {

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">BioChecker</string>
</resources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB