Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Oct 26, 2015
2 parents ae28ffd + 5ae91c7 commit c2bbc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions 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 = 7
def versionBuild = 8

def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down Expand Up @@ -115,7 +115,6 @@ android {
production {
resValue "string", "app_name", "GnuCash"
buildConfigField "boolean", "CAN_REQUEST_RATING", "true"
ext.enableCrashlytics = false
}

}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
<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 c2bbc97

Please sign in to comment.