-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pushwoosh React Native Plugin 5.12.0
- Loading branch information
Jenkins CI
committed
Jan 17, 2019
1 parent
caa6952
commit 2771a1a
Showing
10 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ android { | |
} | ||
|
||
ext { | ||
pushwoosh = "5.11.0" | ||
pushwoosh = "5.12.0" | ||
} | ||
|
||
dependencies { | ||
|
File renamed without changes.
Binary file renamed
BIN
+61.7 KB
...droid/libs/pushwoosh-location_v5.11.0.jar → ...droid/libs/pushwoosh-location_v5.12.0.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// PWInlineInAppView.h | ||
// Pushwoosh | ||
// | ||
// Created by Fectum on 22/10/2018. | ||
// Copyright © 2018 Pushwoosh. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
@interface PWInlineInAppView : UIView | ||
|
||
@property (nonatomic) IBInspectable NSString *identifier; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.