Skip to content

Commit

Permalink
Update version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
collam committed Jun 14, 2024
1 parent 0b206f1 commit d126347
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 @@ -65,7 +65,7 @@ Add these lines to `build.gradle` of a module.
```groovy
dependencies {
...
implementation 'com.github.trustdecision:trustdevice-android:1.0.6'
implementation 'com.github.trustdecision:trustdevice-android:1.0.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk 21
targetSdk 34
versionCode 7
versionName "1.0.6"
versionName "1.0.7"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down

0 comments on commit d126347

Please sign in to comment.