Skip to content

Commit c2bbc97

Browse files
committed
Merge branch 'develop'
2 parents ae28ffd + 5ae91c7 commit c2bbc97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66
def versionMajor = 2
77
def versionMinor = 0
88
def versionPatch = 0
9-
def versionBuild = 7
9+
def versionBuild = 8
1010

1111
def buildTime() {
1212
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
@@ -115,7 +115,6 @@ android {
115115
production {
116116
resValue "string", "app_name", "GnuCash"
117117
buildConfigField "boolean", "CAN_REQUEST_RATING", "true"
118-
ext.enableCrashlytics = false
119118
}
120119

121120
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
<action android:name="android.intent.action.BOOT_COMPLETED"/>
159159
</intent-filter>
160160
</receiver>
161+
<meta-data android:name="io.fabric.ApiKey" android:value="46fe045d00d4ad8a71014c53567be3368e10bd64"/>
161162
</application>
162163

163164
</manifest>

0 commit comments

Comments
 (0)