This repository was archived by the owner on Jun 2, 2023. It is now read-only.
File tree 3 files changed +6
-4
lines changed
android/capacitor-twitter/src/main/res/layout
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ UserInterfaceState.xcuserstate
18
18
node_modules
19
19
dist
20
20
21
- * .iml
21
+ * .iml
22
+
23
+ build
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <android .support.design .widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <androidx .coordinatorlayout .widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : app =" http://schemas.android.com/apk/res-auto"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
5
android : layout_width =" match_parent"
12
12
android : layout_width =" fill_parent"
13
13
android : layout_height =" fill_parent" />
14
14
15
- </android .support.design .widget.CoordinatorLayout>
15
+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " capacitor-twitter" ,
3
- "version" : " 0 .0.14 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " Enable TwitterKit features for Capacitor" ,
5
5
"main" : " dist/esm/index.js" ,
6
6
"types" : " dist/esm/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments