Skip to content

Commit

Permalink
Merge pull request #10 from AppsFlyerSDK/dev/DELIVERY-52672/update-ve…
Browse files Browse the repository at this point in the history
…rsion-2.0.1

Dev/delivery 52672/update version 2.0.1
  • Loading branch information
af-vero authored Feb 28, 2024
2 parents 0eeeceb + f0af63e commit 27b5090
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.4.0'
compileOnly 'com.appsflyer:purchase-connector:2.0.0'
compileOnly 'com.appsflyer:purchase-connector:2.0.1'
compileOnly 'com.android.billingclient:billing:5.2.0'
testImplementation 'junit:junit:4.12'
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
4 changes: 2 additions & 2 deletions AppsFlyerunitypurchaseconnector/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android.enableJetifier=true

GROUP=com.appsflyer

VERSION_CODE=5
VERSION_NAME=2.0.0
VERSION_CODE=6
VERSION_NAME=2.0.1

POM_ARTIFACT_ID=af-purchaseconnector-unity
POM_PACKAGING=aar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<dependencies>

<androidPackages>
<androidPackage spec="com.appsflyer:af-purchaseconnector-unity:2.0.0"></androidPackage>
<androidPackage spec="com.appsflyer:purchase-connector:2.0.0"></androidPackage>
<androidPackage spec="com.appsflyer:af-purchaseconnector-unity:2.0.1"></androidPackage>
<androidPackage spec="com.appsflyer:purchase-connector:2.0.1"></androidPackage>
</androidPackages>

<iosPods>
<iosPod name="PurchaseConnector" version="6.12.2" minTargetSdk="9.0">
<iosPod name="PurchaseConnector" version="6.13.0" minTargetSdk="9.0">
</iosPod>
</iosPods>

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Versions

## v2.0.1
* Update iOS PurchaseConnector to 6.13.0
* Update Android PurchaseConnector to 2.0.1

## v2.0.0
* Update iOS PurchaseConnector to 6.12.2
* Update Android PurchaseConnector to 2.0.0
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/build_appsflyer_unity_purchase-connector_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Start build for appsflyer-unity-purchase-connector.unitypackage"

DEPLOY_PATH=output
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
PACKAGE_NAME="appsflyer-unity-purchase-connector-2.0.0.unitypackage"
PACKAGE_NAME="appsflyer-unity-purchase-connector-2.0.1.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand All @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.144.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-2.0.0.unitypackage" \
&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-2.0.1.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info"

if [ "$1" == "-p" ]; then
Expand Down

0 comments on commit 27b5090

Please sign in to comment.