forked from organicmaps/organicmaps
Merge pull request #9508 from alexzatsepin/MAPSME-8613-ssl-support
Mapsme 8613 ssl support
This commit is contained in:
commit
8604558cd1
3 changed files with 6 additions and 4 deletions
2
android/.gitignore
vendored
2
android/.gitignore
vendored
|
@ -38,3 +38,5 @@ res/drawable-mdpi/uk_england.png
|
|||
res/drawable-mdpi/uk_northern_ireland.png
|
||||
res/drawable-mdpi/uk_scotland.png
|
||||
res/drawable-mdpi/uk_wales.png
|
||||
|
||||
res/xml/network_security_config.xml
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<!-- Do nothing by default. -->
|
||||
</network-security-config>
|
|
@ -10,6 +10,7 @@ PRIVATE_PROPERTIES="$BASE_PATH/android/secure.properties"
|
|||
PRIVATE_FABRIC_PROPERTIES="$BASE_PATH/android/fabric.properties"
|
||||
PRIVATE_PUSHWOOSH_PROPERTIES="$BASE_PATH/android/pushwoosh.properties"
|
||||
PRIVATE_LIBNOTIFY_PROPERTIES="$BASE_PATH/android/libnotify.properties"
|
||||
PRIVATE_NETWORK_CONFIG="$BASE_PATH/android/res/xml/network_security_config.xml"
|
||||
SAVED_PRIVATE_REPO_FILE="$BASE_PATH/.private_repository_url"
|
||||
TMP_REPO_DIR="$BASE_PATH/.tmp.private.repo"
|
||||
|
||||
|
@ -123,6 +124,9 @@ apiKey=0000000000000000000000000000000000000000
|
|||
echo 'pwAppId=XXXXX
|
||||
pwProjectId=A123456789012
|
||||
' > "$PRIVATE_PUSHWOOSH_PROPERTIES"
|
||||
echo '<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config/>
|
||||
' > "$PRIVATE_NETWORK_CONFIG"
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue