diff --git a/CHANGELOG.md b/CHANGELOG.md index 146c11deca..32d45cfb57 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.2 + +- Fixes KotlinNullPointerException in Backend:248 +- Fixes NullPointerException in Purchases:673 + ## 2.2.1 - Bugfix release: avoids caches being cleared when there is an error fetching purchaser info. Fixes https://github.com/RevenueCat/purchases-android/issues/68 diff --git a/gradle.properties b/gradle.properties index 1836b7e5b5..b3b13faf2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.revenuecat.purchases -VERSION_NAME=2.3.0-SNAPSHOT +VERSION_NAME=2.2.2 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-android diff --git a/purchases/build.gradle b/purchases/build.gradle index 55433fca8b..035db8436c 100644 --- a/purchases/build.gradle +++ b/purchases/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 14 targetSdkVersion 28 versionCode 1 - versionName "2.3.0-SNAPSHOT" + versionName "2.2.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt b/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt index 77f604cf91..6954d493f0 100644 --- a/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt +++ b/purchases/src/main/kotlin/com/revenuecat/purchases/Purchases.kt @@ -909,7 +909,7 @@ class Purchases @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) intern * Current version of the Purchases SDK */ @JvmStatic - val frameworkVersion = "2.3.0-SNAPSHOT" + val frameworkVersion = "2.2.2" /** * Configures an instance of the Purchases SDK with a specified API key. The instance will