Skip to content

Commit f3601e1

Browse files
committed
Update version to 1.0.9
1 parent 792c82e commit f3601e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add these lines to `build.gradle` of a module.
6565
```groovy
6666
dependencies {
6767
...
68-
implementation 'com.github.trustdecision:trustdevice-android:1.0.8'
68+
implementation 'com.github.trustdecision:trustdevice-android:1.0.9'
6969
}
7070
```
7171

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.trustdevice.android"
1313
minSdk 21
1414
targetSdk 34
15-
versionCode 9
16-
versionName "1.0.8"
15+
versionCode 10
16+
versionName "1.0.9"
1717
ndk {
1818
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
1919
}

0 commit comments

Comments
 (0)