Skip to content

Commit

Permalink
feat/Update version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wassil committed Feb 20, 2020
1 parent ba3b6e0 commit 228a6d4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Release Notes
## Release Notes for 2.6.3
#### February 20, 2020
* Features
* Updated Firebase messaging library to version 2.1.0
* Updated minimum SDK version to 16 as recommended by Google

## Release Notes for 2.6.2
#### January 10, 2020
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Download via Gradle:

```groovy
dependencies {
compile 'com.exponea.sdk:sdk:2.6.2'
compile 'com.exponea.sdk:sdk:2.6.3'
}
```

Expand All @@ -32,7 +32,7 @@ Download via Maven:
<dependency>
<groupId>com.exponea.sdk</groupId>
<artifactId>sdk</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.exponea.example"
minSdkVersion 21
targetSdkVersion 27
versionCode 37
versionName "2.6.2"
versionCode 38
versionName "2.6.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

vectorDrawables.useSupportLibrary = true
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 32
versionName "2.6.2"
versionCode 33
versionName "2.6.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects { ext."signing.password" = System.getenv('password') }

// Artifact settings
def _group = 'com.exponea.sdk'
def _version = '2.6.2'
def _version = '2.6.3'
def _archivesBaseName = 'sdk'

def _name = 'Exponea Sdk Library '
Expand Down

0 comments on commit 228a6d4

Please sign in to comment.