Skip to content

Commit

Permalink
update version to 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihUtkuKara committed Nov 3, 2023
1 parent 56922b0 commit 9f8ec48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>


***Nov 3, 2023*** - [Euromessage v5.2.6-google](https://github.com/relateddigital/euromessage-android/releases/tag/5.2.4-google)
***Nov 3, 2023*** - [Euromessage v5.2.6](https://github.com/relateddigital/euromessage-android/releases/tag/5.2.4-google)

# Table of Contents

Expand Down Expand Up @@ -42,7 +42,7 @@ Add maven jitpack repository to your project/build.gradle file
Add Euromessage to the ```dependencies``` in app/build.gradle.

```java
implementation 'com.github.relateddigital:euromessage-android:5.2.6-google'
implementation 'com.github.relateddigital:euromessage-android:5.2.6'
```

## 2. Usage of SDK
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "5.2.6-google"
versionName "5.2.6"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions euromsg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project.afterEvaluate {

ext {
PUBLISH_GROUP_ID = 'com.github.relateddigital'
PUBLISH_VERSION = "5.2.6-google"
PUBLISH_VERSION = "5.2.6"
PUBLISH_VERSION_CODE = "50"
PUBLISH_ARTIFACT_ID = 'euromessage-android'
}
Expand All @@ -32,8 +32,8 @@ android {
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "5.2.6-google"
buildConfigField 'String', 'VERSION_NAME', "\"5.2.6-google\""
versionName "5.2.6"
buildConfigField 'String', 'VERSION_NAME', "\"5.2.6\""
}
buildTypes {
release {
Expand Down

0 comments on commit 9f8ec48

Please sign in to comment.