Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidregan committed Nov 8, 2023
1 parent 1576943 commit b24d754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OmetriaSDK/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val versionName = "1.6.0"
val versionName = "1.6.1"

plugins {
id("com.android.library")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To install the library inside **Android Studio**, declare it as dependency in yo

```gradle
dependencies {
implementation 'com.ometria:android-sdk:1.6.0'
implementation 'com.ometria:android-sdk:1.6.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk = 23
targetSdk = 33
versionCode = 9
versionName = "1.0.8"
versionName = "1.0.9"
}
signingConfigs {
getByName("debug") {
Expand Down

0 comments on commit b24d754

Please sign in to comment.