Skip to content

Commit 7a7cb23

Browse files
committed
Update version number for final v2.0.0 release
Fix crashlytics crash in prodcution build
1 parent 1252eeb commit 7a7cb23

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ gradle.properties
2727
#Crashlytics
2828

2929
crashlytics.properties
30+
fabric.properties
3031
app/fabric.properties
3132
app/*.tap

app/build.gradle

Lines changed: 1 addition & 1 deletion
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 = 5
9+
def versionBuild = 7
1010

1111
def buildTime() {
1212
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@
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>

0 commit comments

Comments
 (0)