Release : V1.0

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

View File

@ -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\""
} }
} }
} }