Skip to content

Commit

Permalink
Release: 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Jul 9, 2024
1 parent 9e55091 commit 8092727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.30
* Updates Cards Pay library (change font)

# 1.0.29
* Fixed Italian translations

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ project.ext {
retrofit2Version = "2.9.0"
okhttpLogInterceptorVersion = "4.8.0"
playServicesVersion = "18.0.0"
cardsPayVersion = "1.0.1"
cardsPayVersion = "1.0.2"
fragmentVersion = '1.5.2'
androidxActivityVersion = '1.5.1'
rxJava3 = '3.0.13'
Expand All @@ -71,6 +71,6 @@ project.ext {
targetSdkVersion = 33
minSdkVersion = 21
versionCode = 6
versionName = "1.0.29"
versionName = "1.0.30"
groupId = "com.payu.android.front.sdk"
}

0 comments on commit 8092727

Please sign in to comment.