Skip to content

Commit 4ccec6d

Browse files
committed
chore: bump
1 parent 20c36f7 commit 4ccec6d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nativescript/google-signin": "^1.0.0-alpha.9"
2525
},
2626
"devDependencies": {
27-
"@nativescript/android": "8.2.0-alpha.2",
27+
"@nativescript/android": "^8.2.0-alpha.11",
2828
"@nativescript/ios": "8.1.0"
2929
}
3030
}

apps/demo/src/plugin-demos/firebase-auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class DemoModel extends DemoSharedFirebaseAuth {
1616
email: string;
1717
password: string;
1818
user: User;
19-
phoneNumber: string = '18683545179';
19+
phoneNumber: string;
2020
code: string;
2121
verificationId: string;
2222
constructor() {

tools/assets/App_Resources/Android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
android:value="ca-app-pub-3940256099942544~3347511713"/>
3030

3131
<activity
32+
android:exported="true"
3233
android:name="com.tns.NativeScriptActivity"
3334
android:label="@string/title_activity_kimera"
3435
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode"

0 commit comments

Comments
 (0)