Skip to content

Commit e4f7291

Browse files
committed
Integrate Latest @ 208744179
Changes to functions/testapp ... - Update gradle plugin to 3.1.0. Changes to messaging/testapp ... - Make example domain in the manifest lower-case. CL: 208744179
1 parent e430d41 commit e4f7291

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

functions/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.1'
9+
classpath 'com.android.tools.build:gradle:3.1.0'
1010
classpath 'com.google.gms:google-services:4.0.1'
1111
}
1212
}

messaging/testapp/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<action android:name="android.intent.action.VIEW"/>
3737
<category android:name="android.intent.category.DEFAULT"/>
3838
<category android:name="android.intent.category.BROWSABLE"/>
39-
<data android:host="CHANGE_THIS_DOMAIN.example.com" android:scheme="http"/>
40-
<data android:host="CHANGE_THIS_DOMAIN.example.com" android:scheme="https"/>
39+
<data android:host="change-this-domain.example.com" android:scheme="http"/>
40+
<data android:host="change-this-domain.example.com" android:scheme="https"/>
4141
</intent-filter>
4242
</activity>
4343

0 commit comments

Comments
 (0)