Skip to content

Commit

Permalink
update version to 5.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihUtkuKara committed Nov 25, 2024
1 parent 962dd6a commit a1e7886
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>


***July 22, 2023*** - [Euromessage v5.2.7](https://github.com/relateddigital/euromessage-android/releases/tag/5.2.6)
***Nov 25, 2024*** - [Euromessage v5.2.8](https://github.com/relateddigital/euromessage-android/releases/tag/5.2.6)

# 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.7'
implementation 'com.github.relateddigital:euromessage-android:5.2.8'
```

## 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 @@ -8,7 +8,7 @@ android {
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "5.2.7"
versionName "5.2.8"
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.7"
PUBLISH_VERSION = "5.2.8"
PUBLISH_VERSION_CODE = "50"
PUBLISH_ARTIFACT_ID = 'euromessage-android'
}
Expand All @@ -32,8 +32,8 @@ android {
minSdkVersion 23
targetSdkVersion 34
versionCode 1
versionName "5.2.7"
buildConfigField 'String', 'VERSION_NAME', "\"5.2.7\""
versionName "5.2.8"
buildConfigField 'String', 'VERSION_NAME', "\"5.2.8\""
}
buildTypes {
release {
Expand Down

0 comments on commit a1e7886

Please sign in to comment.