Skip to content

Commit b448bd2

Browse files
authored
Updated to v1.0.6 (#74)
* Updated to v1.0.6 * Updated madrapps jacoco report * Updated badging
1 parent 20d49a5 commit b448bd2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
- name: Display local test coverage (only API 30)
259259
if: matrix.api-level == 30
260260
id: jacoco
261-
uses: madrapps/jacoco-report@v1.6.1
261+
uses: madrapps/jacoco-report@v1.7.1
262262
with:
263263
title: Combined test coverage report
264264
min-coverage-overall: 40

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232

3333
defaultConfig {
3434
applicationId = "com.eblan.socialworkreviewer"
35-
versionCode = 105
36-
versionName = "1.0.5"
35+
versionCode = 106
36+
versionName = "1.0.6"
3737

3838
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3939
vectorDrawables {

app/release-badging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: name='com.eblan.socialworkreviewer' versionCode='105' versionName='1.0.5' platformBuildVersionName='14' platformBuildVersionCode='34' compileSdkVersion='34' compileSdkVersionCodename='14'
1+
package: name='com.eblan.socialworkreviewer' versionCode='106' versionName='1.0.6' platformBuildVersionName='14' platformBuildVersionCode='34' compileSdkVersion='34' compileSdkVersionCodename='14'
22
sdkVersion:'21'
33
targetSdkVersion:'34'
44
uses-permission: name='android.permission.ACCESS_NETWORK_STATE'

0 commit comments

Comments
 (0)