Skip to content

Commit

Permalink
Merge pull request #53 from AppsFlyerSDK/dev/DELIVERY-61376/6.14.3-pl…
Browse files Browse the repository at this point in the history
…ugin-update

6.14.3 Plugin Update
  • Loading branch information
andr-ggn authored May 15, 2024
2 parents 4f5ab0a + d62633e commit a508c16
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ If you have used 1 of the removed APIs, please check the integration guide for t
Supported platforms:

- Android
- iOS 11+
- iOS 12+

Based on:

- iOS AppsFlyerSDK **v6.13.2**
- Android AppsFlyerSDK **v6.13.0**
- iOS AppsFlyerSDK **v6.14.3**
- Android AppsFlyerSDK **v6.14.0**

Built with:

Expand Down
8 changes: 4 additions & 4 deletions android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
// apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
targetSdkVersion 31
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand All @@ -28,7 +28,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.appsflyer:af-android-sdk:6.13.0'
implementation 'com.appsflyer:af-android-sdk:6.14.0'
implementation 'com.android.installreferrer:installreferrer:2.2'
//implementation 'com.google.android.gms:play-services-base:15.0.1'
//implementation 'com.google.android.gms:play-services-ads:15.0.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void onConversionDataFail(String errorMessage) {
};

AppsFlyerLib.getInstance().init(devKey, conversionDataListener, freContext.getActivity().getApplicationContext());
PluginInfo pluginInfo = new PluginInfo(Plugin.ADOBE_AIR, "6.13.2");
PluginInfo pluginInfo = new PluginInfo(Plugin.ADOBE_AIR, "6.14.3");
AppsFlyerLib.getInstance().setPluginInfo(pluginInfo);
cnt.setDevKey(devKey);

Expand Down
Binary file modified bin/AppsFlyerAIRExtension.ane
Binary file not shown.
2 changes: 1 addition & 1 deletion build/extension.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<extension xmlns="http://ns.adobe.com/air/extension/50.2">
<id>com.appsflyer.adobeair</id>
<versionNumber>6.13.2</versionNumber>
<versionNumber>6.14.3</versionNumber>
<platforms>
<platform name="Android-ARM">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion build/platform-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packagedDependencies>

<packagedDependency>installreferrer-2.2.jar</packagedDependency>
<packagedDependency>af-android-sdk-6.13.0.jar</packagedDependency>
<packagedDependency>af-android-sdk-6.14.0.jar</packagedDependency>
<!-- Not Using -->
<!-- <packagedDependency>google-play-services.jar</packagedDependency> -->

Expand Down
4 changes: 2 additions & 2 deletions ios/AppsFlyerAIRExtension.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -371,7 +371,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion ios/AppsFlyerAIRExtension/AppsFlyerAIRExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ + (NSData *)dataFromHexString:(NSString *)string
NSString *developerKey = [AppsFlyerAIRExtension getString: argv[0]];
NSString *appId = [AppsFlyerAIRExtension getString: argv[1]];
[[AppsFlyerLib shared] setPluginInfoWith:AFSDKPluginAdobeAir
pluginVersion:@"6.13.2"
pluginVersion:@"6.14.3"
additionalParams:nil];
[AppsFlyerLib shared].appsFlyerDevKey = developerKey;
[AppsFlyerLib shared].appleAppID = appId;
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

target 'AppsFlyerAIRExtension' do

pod 'AppsFlyerFramework', '6.13.2'
pod 'AppsFlyerFramework', '6.14.3'
end

target 'AppsFlyerAIRExtension-Strict' do

pod 'AppsFlyerFramework/Strict', '6.13.2'
pod 'AppsFlyerFramework/Strict', '6.14.3'
end
4 changes: 2 additions & 2 deletions sample/asconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
],
"output": "bin/Main.swf",
"library-path": [
"native_extensions/AppsFlyerAIRExtension.ane"
"../bin/AppsFlyerAIRExtension.ane"
]
},
"mainClass": "Main",
"application": "src/Main-app.xml",
"airOptions": {
"extdir": [
"./native_extensions"
"../bin"
],
"android": {
"arch": "armv8",
Expand Down
2 changes: 1 addition & 1 deletion sample/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<string>2</string>
</array>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
<!--URI-scheme setup-->
<key>CFBundleURLTypes</key>
<array>
Expand Down

0 comments on commit a508c16

Please sign in to comment.