File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ gradle.properties
2727# Crashlytics
2828
2929crashlytics.properties
30+ fabric.properties
3031app /fabric.properties
3132app /* .tap
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 = 5
9+ def versionBuild = 7
1010
1111def buildTime () {
1212 def df = new SimpleDateFormat (" yyyyMMdd HH:mm 'UTC'" )
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" />
162-
163161 </application >
164162
165163</manifest >
You can’t perform that action at this time.
0 commit comments