Skip to content

Commit

Permalink
Merge pull request #9 from HGPoint/master
Browse files Browse the repository at this point in the history
Update to 6.12.2
  • Loading branch information
AGulev committed Aug 13, 2023
2 parents 4f94bb8 + 1fc792e commit d7fc3fc
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file not shown.
9 changes: 3 additions & 6 deletions extension-appsflyer/manifests/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
<uses-sdk android:minSdkVersion="{{android.minimum_sdk_version}}"
android:targetSdkVersion="{{android.target_sdk_version}}"/>
<application>
<receiver android:name="com.appsflyer.SingleInstallBroadcastReceiver" android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER"/>
</intent-filter>
</receiver>
{{#appsflyer.android_channel}}
<meta-data android:name="CHANNEL" android:value="{{appsflyer.android_channel}}"/>
{{/appsflyer.android_channel}}
{{#appsflyer.android_af_store}}
<meta-data android:name="AF_STORE" android:value="{{appsflyer.android_af_store}}"/>
{{/appsflyer.android_af_store}}
</application>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
</manifest>
2 changes: 1 addition & 1 deletion extension-appsflyer/manifests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ repositories {
}
dependencies {
//make sure to use the latest SDK version: https://mvnrepository.com/artifact/com.appsflyer/af-android-sdk
implementation 'com.appsflyer:af-android-sdk:6.10.2'
implementation 'com.appsflyer:af-android-sdk:6.12.2'
implementation 'com.android.installreferrer:installreferrer:2.2'
}
2 changes: 2 additions & 0 deletions extension-appsflyer/manifests/android/extension-appsflyer.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-keep class com.appsflyer.** { *; }
-keep public class com.android.installreferrer.** { *; }
1 change: 1 addition & 0 deletions extension-appsflyer/manifests/ios/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pod 'AppsFlyerFramework', '6.12.1'
Binary file modified extension-appsflyer/res/android/com/appsflyer/internal/a-
Binary file not shown.
Binary file modified extension-appsflyer/res/android/com/appsflyer/internal/b-
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d7fc3fc

Please sign in to comment.