Skip to content

Commit

Permalink
Update Android Glue to 1.3.11 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarbo committed Apr 14, 2023
1 parent 07b4df1 commit c1ddd2e
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 @@ -26,7 +26,7 @@ Add the dependency to your module-level `build.gradle`:
```gradle
dependencies {
[...]
implementation 'io.glassfy:androidglue:1.3.10'
implementation 'io.glassfy:androidglue:1.3.11'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Configuration {
const val minSdk = 21
private const val majorVersion = 1
private const val minorVersion = 3
private const val patchVersion = 10
private const val patchVersion = 11
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$versionName-SNAPSHOT"
const val artifactGroup = "io.glassfy"
Expand Down

0 comments on commit c1ddd2e

Please sign in to comment.