Skip to content

Commit

Permalink
* CleverAds updated to 3.9.3 (no api changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed Sep 7, 2024
1 parent f6ebeca commit dd71d58
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ v1.44.0 - in development
| [Azure](azure/) | 3.1.4 |
| [BranchMetrics](branchmetrics/) | 3.6.1 |
| [Charts](charts/) | 5.1.0 |
| [ClearAds](cleverads/) | 3.9.2 |
| [ClearAds](cleverads/) | 3.9.3 |
| [Facebook](facebook/) | 17.1.0 |
| [Firebase](firebase/) | 11.1.0 |
| [Fyber](fyber/) | 8.3.1 |
Expand Down
2 changes: 1 addition & 1 deletion cleverads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| RoboPods Version | CleverAds Version |
|------------------|-------------------|
| 1.43.0 | 3.9.2 |
| 1.43.0-1.44.0 | 3.9.2-3.9.3 |
| 1.42.0 | 3.8.1 |
| 1.41.0 | 3.7.3 |
| 1.40.0 | 3.7.0 |
Expand Down
2 changes: 1 addition & 1 deletion cleverads/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>robopods-cleverads-ios</artifactId>
<name>RoboPods Clever Ads Solutions iOS SDK iOS v3.9.2</name>
<name>RoboPods Clever Ads Solutions iOS SDK iOS v3.9.3</name>
<packaging>jar</packaging>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
#import <CleverAdsSolutions/CASTypeFlags.h>
#import <CleverAdsSolutions/CASInternalUtils.h>

#define CAS_FRAMEWORK_VERSION @"3.9.2"
#define CAS_FRAMEWORK_CODE 3902
#define CAS_FRAMEWORK_VERSION @"3.9.3"
#define CAS_FRAMEWORK_CODE 3903
4 changes: 2 additions & 2 deletions cleverads/ios/src/main/java/org/robovm/pods/clearads/CAS.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
/*<ptr>*/public static class CASPtr extends Ptr<CAS, CASPtr> {}/*</ptr>*/
/*<bind>*/static { ObjCRuntime.bind(CAS.class); }/*</bind>*/
/*<constants>*/
public static final String FRAMEWORK_VERSION = "3.9.2";
public static final int FRAMEWORK_CODE = 3902;
public static final String FRAMEWORK_VERSION = "3.9.3";
public static final int FRAMEWORK_CODE = 3903;
/*</constants>*/
/*<constructors>*/
public CAS() {}
Expand Down

0 comments on commit dd71d58

Please sign in to comment.