mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-27 07:49:28 +00:00
Release : V1.0
This commit is contained in:
parent
ee945f58e0
commit
12b86c52ee
@ -23,6 +23,11 @@ android {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
||||
//Connexion to the web API of Comunic
|
||||
buildConfigField "String", "api_url", "\"https://api.communiquons.org/\""
|
||||
buildConfigField "String", "api_service_name", "\"ComunicAndroid\""
|
||||
buildConfigField "String", "api_service_token", "\"cWHlmMS5A1\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user