Skip to content

Commit

Permalink
updating SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Jan 14, 2021
1 parent 7b28dcc commit 61eec3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 17
targetSdkVersion 29
versionCode 1
versionName "20.11.2"
versionName "20.11.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -57,7 +57,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-native'
publishVersion = '20.11.2'
publishVersion = '20.11.3'
desc = 'Countly Android Native Crash Support'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
Expand Down

0 comments on commit 61eec3a

Please sign in to comment.