Skip to content

Commit c8908d5

Browse files
committed
chore: release 1.0.7
1 parent 9ef46a2 commit c8908d5

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
@@ -31,7 +31,7 @@ Compile APK:
3131
Install APK:
3232

3333
```
34-
adb install app/build/outputs/apk/debug/app-debug-unsigned.apk
34+
adb install app/build/outputs/apk/debug/app-debug.apk
3535
```
3636

3737
### Code Coverage

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 26
1919
targetSdkVersion 35
2020
versionCode 1000007
21-
versionName "1.0.7-SNAPSHOT"
21+
versionName "1.0.7"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
}
2424

0 commit comments

Comments
 (0)