Skip to content

Commit

Permalink
Update version number for final v2.0.0 release
Browse files Browse the repository at this point in the history
Fix crashlytics crash in prodcution build
  • Loading branch information
codinguser committed Oct 26, 2015
1 parent 1252eeb commit 7a7cb23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ gradle.properties
#Crashlytics

crashlytics.properties
fabric.properties
app/fabric.properties
app/*.tap
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
def versionMinor = 0
def versionPatch = 0
def versionBuild = 5
def versionBuild = 7

def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
<meta-data android:name="io.fabric.ApiKey" android:value="46fe045d00d4ad8a71014c53567be3368e10bd64"/>

</application>

</manifest>

0 comments on commit 7a7cb23

Please sign in to comment.