Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit f1dd501

Browse files
committed
feat(android): update to capacitor v2
1 parent 28d1c3e commit f1dd501

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ UserInterfaceState.xcuserstate
1818
node_modules
1919
dist
2020

21-
*.iml
21+
*.iml
22+
23+
build

android/capacitor-twitter/src/main/res/layout/bridge_layout_main.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
@@ -12,4 +12,4 @@
1212
android:layout_width="fill_parent"
1313
android:layout_height="fill_parent" />
1414

15-
</android.support.design.widget.CoordinatorLayout>
15+
</androidx.coordinatorlayout.widget.CoordinatorLayout>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-twitter",
3-
"version": "0.0.14",
3+
"version": "2.0.0",
44
"description": "Enable TwitterKit features for Capacitor",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)