We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef46a2 commit c8908d5Copy full SHA for c8908d5
README.md
@@ -31,7 +31,7 @@ Compile APK:
31
Install APK:
32
33
```
34
-adb install app/build/outputs/apk/debug/app-debug-unsigned.apk
+adb install app/build/outputs/apk/debug/app-debug.apk
35
36
37
### Code Coverage
app/build.gradle
@@ -18,7 +18,7 @@ android {
18
minSdkVersion 26
19
targetSdkVersion 35
20
versionCode 1000007
21
- versionName "1.0.7-SNAPSHOT"
+ versionName "1.0.7"
22
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
23
}
24
0 commit comments