mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 13:59:29 +00:00
Publish version 1.4 of the application
This commit is contained in:
parent
b5a9a20e14
commit
f915557039
@ -25,7 +25,7 @@
|
||||
</value>
|
||||
</option>
|
||||
</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" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
@ -13,6 +13,7 @@ V 1.4:
|
||||
* Catch invalid login tokens
|
||||
* Created latest posts activity
|
||||
* Notification system supports groups
|
||||
* Users can create accounts
|
||||
|
||||
|
||||
V1.3 :
|
||||
|
@ -39,9 +39,15 @@ android {
|
||||
buildConfigField "String", "api_service_name", "\"ComunicAndroid\""
|
||||
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
|
||||
buildConfigField "String", "crash_reporter_url", "\"https://crashreporter.communiquons.org/api/v1/push\""
|
||||
buildConfigField "String", "crash_reporter_key", "\"z38jtULRuKHb2BOyvG4VTXDhn9gwelZ1\""
|
||||
|
||||
//Connexion to PDF viewer
|
||||
buildConfigField "String", "pdf_view_url", "\"https://pdfviewer.communiquons.org/?file=\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user