Skip to content

Commit 4039aae

Browse files
committed
chore: project
1 parent ecd4c1a commit 4039aae

File tree

5 files changed

+9
-70
lines changed

5 files changed

+9
-70
lines changed

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>@nativescript-community/ui-image</name>
4-
<comment>Project @nativescript-community/ui-image created by Buildship.</comment>
3+
<name>ui-image</name>
4+
<comment>Project ui-image created by Buildship.</comment>
55
<projects>
66
</projects>
77
<buildSpec>

.travis.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ repositories {
66
google()
77
}
88
dependencies {
9-
implementation 'com.facebook.fresco:fresco:2.1.0'
10-
implementation 'com.facebook.fresco:animated-gif:2.1.0'
9+
implementation files('/Volumes/dev/androidSDK/platforms/android-28/android.jar')
10+
implementation 'com.facebook.fresco:fresco:2.3.0'
11+
implementation 'com.facebook.fresco:animated-gif:2.3.0'
1112
}
1213
sourceSets {
1314
main {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"demo.ng.android.watch": "npm run build && npm run plugin.tscwatch && cd demo-angular && tns run android --syncAllFiles",
1717
"demo.ng.reset": "cd ../demo-angular && rimraf platforms",
1818
"plugin.prepare": "npm run build && cd demo-angular && tns plugin remove @nativescript-community/ui-image && tns plugin add ../plugin && cd ../demo && tns plugin remove @nativescript-community/ui-image && tns plugin add ../plugin",
19-
"publish": "npm run setup && npm run build && npm run build.angular && lerna publish",
19+
"publish": "npm run setup && npm run build && npm run build.angular && lerna publish --create-release=github",
2020
"commitmsg": "commitlint -e $GIT_PARAMS"
2121
},
2222
"devDependencies": {
@@ -71,4 +71,4 @@
7171
"dependencies": {
7272
"ts-node": "^8.10.2"
7373
}
74-
}
74+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nativescript.image"/>

0 commit comments

Comments
 (0)