File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ matrix:
45
45
before_install :
46
46
- gem install cocoapods
47
47
- pod repo update
48
- script : cd ../demo && npm run build-ios-bundle -–uglify
48
+ script : cd ../demo && npm run build-ios-bundle
49
49
- language : android
50
50
os : linux
51
51
env :
52
52
- Webpack="Android"
53
53
jdk : oraclejdk8
54
54
before_install : nvm install 6.10.3
55
- script : cd ../demo && npm run build-android-bundle --uglify
55
+ script : cd ../demo && npm run build-android-bundle
56
56
- stage : " Build"
57
57
env :
58
58
- BuildAndroid="25"
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ export class Fab extends FloatingActionButtonBase {
24
24
}
25
25
26
26
public createNativeView ( ) {
27
- console . log ( "createNativeView android ***" ) ;
28
27
this . _android = new android . support . design . widget . FloatingActionButton (
29
28
this . _context
30
29
) ;
@@ -68,7 +67,7 @@ export class Fab extends FloatingActionButtonBase {
68
67
try {
69
68
this . nativeView . setBackgroundTintList ( newValue ) ;
70
69
} catch ( err ) {
71
- console . log ( `err : ` , err ) ;
70
+ console . log ( `Error setNative backgroundColorProperty : ` , err ) ;
72
71
}
73
72
}
74
73
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-floatingactionbutton" ,
3
- "version" : " 4.1.2 " ,
3
+ "version" : " 4.1.3 " ,
4
4
"description" :
5
5
" A NativeScript plugin for Material Design Floating Action Button." ,
6
6
"main" : " fab" ,
You can’t perform that action at this time.
0 commit comments