Skip to content

Commit

Permalink
fix crash in android, fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMoriarty committed Mar 8, 2021
1 parent deae0ce commit 8db7051
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android-plugin/AppsFlyer.gdap
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ binary="AppsFlyer.release.aar"
[dependencies]

local=[]
remote=["com.appsflyer:af-android-sdk:5.+"]
remote=["com.appsflyer:af-android-sdk:6.1.+"]
custom_maven_repos=["https://dl.bintray.com/mobilap/maven/"]
12 changes: 10 additions & 2 deletions nativelib.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "appsflyer",
"description": "AppsFlyer plugin for Godot engine",
"version": "0.2.1",
"display_name": "AppsFlyer",
"description": "AppsFlyer SDK. Attribution data you can trust.",
"version": "0.2.2",
"godot_version": "3.2.3",
"license": "MIT",
"category": "misc",
"url": "https://github.com/DrMoriarty/godot-appsflyer.git",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"dependencies": [
"nativelib-export"
],
Expand Down

0 comments on commit 8db7051

Please sign in to comment.