Skip to content

Commit d126347

Browse files
committed
Update version to 1.0.7
1 parent 0b206f1 commit d126347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6'
68+
implementation 'com.github.trustdecision:trustdevice-android:1.0.7'
6969
}
7070
```
7171

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk 21
1414
targetSdk 34
1515
versionCode 7
16-
versionName "1.0.6"
16+
versionName "1.0.7"
1717
ndk {
1818
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
1919
}

0 commit comments

Comments
 (0)