Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
RSenApps committed Jan 3, 2015
1 parent 2708b55 commit 38e67ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -12,7 +12,7 @@ dependencies:
- ls /home/ubuntu/android/
test:
override:
- ./gradlew assembleRelease crashlyticsUploadDistributionGoogleRelease -PdisablePreDex
- ./gradlew assembleRelease crashlyticsUploadDistributionGoogleRelease
general:
artifacts:
- "phone/build/outputs/apk" # relative to the build directory
10 changes: 10 additions & 0 deletions phone/res/values/com_crashlytics_export_strings.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<!--
This file is automatically generated by Crashlytics to uniquely
identify individual builds of your Android application.
Do NOT modify, delete, or commit to source control!
-->
<string name="com.crashlytics.android.build_id" translatable="false">32eeddea-4df8-46bf-a44d-9be505c7a9c8</string>
</resources>

0 comments on commit 38e67ca

Please sign in to comment.