8000 fix(twitter): build issue · NativeScript/plugins@6c09566 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6c09566

Browse files
committed
fix(twitter): build issue
1 parent e14114a commit 6c09566

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/twitter/package.json

Lines changed: 1 addition & 1 deletion
-
"version": "1.0.0-alpha.0",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/twitter",
3
3+
"version": "1.0.0-alpha.1",
44
"description": "Twitter for your NativeScript applications",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
implementation('com.twitter.sdk.android:twitter-core:3.3.0') {
2-
transitive = true
1+
dependencies {
2+
implementation('com.twitter.sdk.android:twitter-core:3.3.0') {
3+
transitive = true
4+
}
35
}

0 commit comments

Comments
 (0)
0