1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-05-14 15:41:08 +00:00

Release : V1.0

This commit is contained in:
Pierre 2018-01-05 11:13:54 +01:00
parent ee945f58e0
commit 12b86c52ee

@ -23,6 +23,11 @@ android {
release { release {
minifyEnabled false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 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\""
} }
} }
} }