Skip to content

Commit

Permalink
Merge pull request #119 from qonversion/release/2.7.0
Browse files Browse the repository at this point in the history
Release/2.7.0
  • Loading branch information
Maria-Bordunova authored Feb 18, 2021
2 parents 4b704fd + 14f1cd3 commit 268591f
Show file tree
Hide file tree
Showing 20 changed files with 956 additions and 152 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.6.0
libraryVersion = 2.7.0

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.6.0'
version = '2.7.0'
}

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

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

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

PUBLISH_GROUP_ID = 'com.qonversion.android.sdk'
PUBLISH_ARTIFACT_ID = 'sdk'
PUBLISH_VERSION = '2.6.0'
PUBLISH_VERSION = '2.7.0'

kotlinVersion = '1.3.61'
moshiVersion = '1.9.2'
Expand Down
Loading

0 comments on commit 268591f

Please sign in to comment.