disable gcar for now, bump version

This commit is contained in:
B. Petersen
2019-02-13 12:03:33 +01:00
parent e501b86472
commit 3324acd590
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -43,8 +43,13 @@
android:largeHeap="true"
tools:ignore="GoogleAppIndexingWarning">
<!-- android car support, see https://developer.android.com/training/auto/start/,
as this potentially blocks releases on gplay due to extra-checks,
we disable this during the first gplay releases -->
<!--
<meta-data android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
-->
<activity android:name=".InviteActivity"
android:theme="@style/TextSecure.HighlightTheme"
+2 -2
View File
@@ -143,8 +143,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 538
versionName "0.101.0"
versionCode 539
versionName "0.101.1"
applicationId "com.b44t.messenger"