Skip to content

Commit

Permalink
1.0.9 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickpulver committed Nov 24, 2021
1 parent 49a2156 commit be9ea8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add this line to your dependencies in app-level build.gradle file:

```
dependencies {
implementation 'com.appswithlove.updraft:updraft-sdk:1.0.8'
implementation 'com.appswithlove.updraft:updraft-sdk:1.0.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
siteUrl = 'https://github.com/appswithlove/updraft-sdk-android'
gitUrl = 'https://github.com/appswithlove/updraft-sdk-android.git'

libraryVersion = '1.0.8'
libraryVersion = '1.0.9'

developerId = 'satorikomeiji'
developerName = 'Ilia Kuznetcov'
Expand Down

0 comments on commit be9ea8f

Please sign in to comment.