Skip to content

Commit

Permalink
* Singular updated to v12.4.2 (no api changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Aug 3, 2024
1 parent 60872d0 commit b0b168f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ v1.43.0 - in development
| [OneSignal](onesignal/) | 5.2.2 |
| [Pollfish](pollfish/) | 6.5.0 |
| [SAMKeychain](samkeychain/) | 1.5.3 |
| [Singular](singular/) | 12.4.2 |
| [Singular](singular/) | 12.4.4 |
| [Tenjin](tenjin/) | 1.14.3 |
| [UnityAds](unityads/) | 4.12.1 |
| [YouTubePlayer](youtube/) | 1.0.4 |
Expand Down
2 changes: 1 addition & 1 deletion singular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| RoboPods Version | Singular Version |
|------------------|------------------|
| 1.38.0-1.42.0 | 12.3.2-12.4.2 |
| 1.38.0-1.43.0 | 12.3.2-12.4.2 |
| 1.35.0 | 12.2.0 |
| 1.33.0 | 12.1.1 |
| 1.32.0 | 12.0.6 |
Expand Down
2 changes: 1 addition & 1 deletion singular/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-singular-ios</artifactId>
<name>RoboPods Singular SDK iOS v12.4.2</name>
<name>RoboPods Singular SDK iOS v12.4.4</name>
<packaging>jar</packaging>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
+ (void)setAge:(id)age;

#pragma mark - BATCHING
+ (int)batchInterval;
+ (void)setBatchInterval:(int)interval;
+ (BOOL)batchesEvents;
+ (void)setBatchesEvents:(BOOL)boolean;
+ (void)sendAllBatches;
+ (int)batchInterval __attribute__((deprecated));
+ (void)setBatchInterval:(int)interval __attribute__((deprecated));
+ (BOOL)batchesEvents __attribute__((deprecated));
+ (void)setBatchesEvents:(BOOL)boolean __attribute__((deprecated));
+ (void)sendAllBatches __attribute__((deprecated));

#pragma mark - ANIMESH UPDATE / REVENUE
+ (void)revenue:(id)transaction;
Expand Down

0 comments on commit b0b168f

Please sign in to comment.