From b3d041ae92cfe0b4318816ff7dfa478f428a1b30 Mon Sep 17 00:00:00 2001 From: Moris Gateno Date: Tue, 22 Aug 2023 13:34:45 +0300 Subject: [PATCH] Commited from github action - prepaing the repo for production. --- RELEASENOTES.md | 3 +++ gradle.properties | 4 ++-- releasenotes.6.12.2 | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 releasenotes.6.12.2 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f22de48..a8550db 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,6 @@ +### 6.12.2 +* Update Android SDK to v6.12.2 + ### 6.10.3 * Update Android SDK to v6.10.1 * Added CI-CD pipeline diff --git a/gradle.properties b/gradle.properties index 7aae707..2effde3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ GROUP=com.appsflyer VERSION_CODE=14 -VERSION_NAME=6.12.2-rc1 -POM_ARTIFACT_ID=segment-android-integration-beta +VERSION_NAME=6.12.2 +POM_ARTIFACT_ID=segment-android-integration POM_PACKAGING=aar POM_NAME=AppsFlyer Integration diff --git a/releasenotes.6.12.2 b/releasenotes.6.12.2 deleted file mode 100644 index 1d187d1..0000000 --- a/releasenotes.6.12.2 +++ /dev/null @@ -1 +0,0 @@ -Update Android SDK to v6.12.2 \ No newline at end of file