Publish version 1.4 of the application

This commit is contained in:
Pierre HUBERT 2018-08-20 17:48:08 +02:00
parent b5a9a20e14
commit f915557039
3 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</value> </value>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View File

@ -13,6 +13,7 @@ V 1.4:
* Catch invalid login tokens * Catch invalid login tokens
* Created latest posts activity * Created latest posts activity
* Notification system supports groups * Notification system supports groups
* Users can create accounts
V1.3 : V1.3 :

View File

@ -39,9 +39,15 @@ android {
buildConfigField "String", "api_service_name", "\"ComunicAndroid\"" buildConfigField "String", "api_service_name", "\"ComunicAndroid\""
buildConfigField "String", "api_service_token", "\"cWHlmMS5A1\"" buildConfigField "String", "api_service_token", "\"cWHlmMS5A1\""
//Links to Comunic pages
buildConfigField "String", "comunic_terms_url", "\"https://about.comunic.io/about/terms/\""
//Connexion to Crash Reporter //Connexion to Crash Reporter
buildConfigField "String", "crash_reporter_url", "\"https://crashreporter.communiquons.org/api/v1/push\"" buildConfigField "String", "crash_reporter_url", "\"https://crashreporter.communiquons.org/api/v1/push\""
buildConfigField "String", "crash_reporter_key", "\"z38jtULRuKHb2BOyvG4VTXDhn9gwelZ1\"" buildConfigField "String", "crash_reporter_key", "\"z38jtULRuKHb2BOyvG4VTXDhn9gwelZ1\""
//Connexion to PDF viewer
buildConfigField "String", "pdf_view_url", "\"https://pdfviewer.communiquons.org/?file=\""
} }
} }
} }