From 8db7051a2dc80095968d595eb61d01421acf8efb Mon Sep 17 00:00:00 2001 From: Vasiliy Makarov Date: Mon, 8 Mar 2021 17:16:36 +0300 Subject: [PATCH] fix crash in android, fixed #3 --- android-plugin/AppsFlyer.gdap | 2 +- nativelib.json | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/android-plugin/AppsFlyer.gdap b/android-plugin/AppsFlyer.gdap index e11d1d2..0512daa 100644 --- a/android-plugin/AppsFlyer.gdap +++ b/android-plugin/AppsFlyer.gdap @@ -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/"] diff --git a/nativelib.json b/nativelib.json index ee3c7d6..aa89d51 100644 --- a/nativelib.json +++ b/nativelib.json @@ -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" ],