Skip to content

Commit

Permalink
Updating version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed May 13, 2020
1 parent 0ff064d commit 44a2605
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
20.04.1
* Changing permissions for modules so that they are accessible from kotlin

20.04
* Adding functionality for filtering crashes
* Adding functionality to set segmentation for automatic and manual views
Expand Down
8 changes: 4 additions & 4 deletions sdk-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ buildscript {
}

android {
compileSdkVersion 28
compileSdkVersion 29


defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "20.04"
versionName "20.04.1"

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.04'
publishVersion = '20.04.1'
desc = 'Countly Android Native Crash Support'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "20.04"
versionName "20.04.1"

testInstrumentationRunner 'ly.count.android.sdk.test.InstrumentationTestRunner'
testHandleProfiling true
Expand Down Expand Up @@ -72,7 +72,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk'
publishVersion = '20.04'
publishVersion = '20.04.1'
desc = 'Android SDK for Countly mobile analytics'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/ly/count/android/sdk/Countly.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class Countly {
/**
* Current version of the Count.ly Android SDK as a displayable string.
*/
public static final String COUNTLY_SDK_VERSION_STRING = "20.04";
public static final String COUNTLY_SDK_VERSION_STRING = "20.04.1";
/**
* Used as request meta data on every request
*/
Expand Down
2 changes: 1 addition & 1 deletion upload-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publish {
userOrg = 'countly'
groupId = 'ly.count.android'
artifactId = 'sdk-plugin'
publishVersion = '20.04'
publishVersion = '20.04.1'
desc = 'Gradle plugin for automatic upload of symbol files'
website = 'https://github.com/Countly/countly-sdk-android'
autoPublish = false
Expand Down

0 comments on commit 44a2605

Please sign in to comment.