File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
66def versionMajor = 2
77def versionMinor = 0
88def versionPatch = 0
9- def versionBuild = 7
9+ def versionBuild = 8
1010
1111def 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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments