File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
tools/assets/App_Resources/Android/src/main Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments