Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria-Bordunova committed Dec 9, 2020
1 parent 1037838 commit f70954c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

libraryVersion = 2.1.0
libraryVersion = 2.1.1

10 changes: 5 additions & 5 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

consumerProguardFiles 'consumer-rules.pro'
group = 'com.qonversion.android.sdk'
version = '2.1.0'
version = '2.1.1'
}

buildTypes {
Expand Down Expand Up @@ -56,10 +56,10 @@ bintray {
name = 'com.qonversion.android.sdk'

version {
name = '2.1.0'
name = '2.1.1'
desc = 'qonversion-android-sdk'
released = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZZ", Locale.ENGLISH).format(new Date())
vcsTag = '2.1.0'
vcsTag = '2.1.1'
}

licenses = ['MIT']
Expand All @@ -72,7 +72,7 @@ bintray {
MyPublication(MavenPublication) {
groupId 'com.qonversion.android.sdk'
artifactId 'sdk'
version '2.1.0'
version '2.1.1'
}
}
}
Expand Down Expand Up @@ -102,7 +102,7 @@ ext {

PUBLISH_GROUP_ID = 'com.qonversion.android.sdk'
PUBLISH_ARTIFACT_ID = 'sdk'
PUBLISH_VERSION = '2.1.0'
PUBLISH_VERSION = '2.1.1'

kotlinVersion = '1.3.61'
moshiVersion = '1.9.2'
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/qonversion/android/sdk/Qonversion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.qonversion.android.sdk.validator.TokenValidator

object Qonversion : LifecycleDelegate {

private const val SDK_VERSION = "2.1.0"
private const val SDK_VERSION = "2.1.1"

private lateinit var repository: QonversionRepository
private var userPropertiesManager: QUserPropertiesManager? = null
Expand Down

0 comments on commit f70954c

Please sign in to comment.