Skip to content

Commit

Permalink
Update version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
collam committed Aug 23, 2024
1 parent 2511b61 commit 873703b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7'
implementation 'com.github.trustdecision:trustdevice-android:1.0.8'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.trustdevice.android"
minSdk 21
targetSdk 34
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down

0 comments on commit 873703b

Please sign in to comment.