Compare commits

..

1 commit

Author SHA1 Message Date
6ccffcbd3b
Fix gradle actions v4 usage
All checks were successful
Build & Test / Validate (pull_request) Successful in 34s
Build & Test / Run Unit Tests (pull_request) Successful in 7m2s
2024-11-15 07:40:11 -07:00
6 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Validate Gradle Wrapper
uses: https://git.wbrawner.com/gradle/actions/wrapper-validation@v4
uses: https://git.wbrawner.com/gradle/actions/wrapper-validation@v3
unit_tests:
name: Run Unit Tests
runs-on: ubuntu-latest

View file

@ -198,7 +198,7 @@ fun ScanScreen(
showScannerUrlInput = false
},
keyboardOptions = KeyboardOptions.Default.copy(
autoCorrectEnabled = false,
autoCorrect = false,
capitalization = KeyboardCapitalization.None,
keyboardType = KeyboardType.Uri
)

View file

@ -81,7 +81,7 @@ class HpScannerService(
}
) {
onDownload { bytesSentTotal, contentLength ->
onProgress(bytesSentTotal, contentLength?: 0L)
onProgress(bytesSentTotal, contentLength)
}
}
val responseBody: ByteArray = httpResponse.body()

View file

@ -1,16 +1,16 @@
[versions]
activityCompose = "1.9.3"
androidGradlePlugin = "8.7.2"
activityCompose = "1.9.0"
androidGradlePlugin = "8.5.1"
appcompat = "1.7.0"
composeBom = "2024.10.01"
coreKtx = "1.15.0"
composeBom = "2024.06.00"
coreKtx = "1.13.1"
espressoCore = "3.6.1"
junit = "4.13.2"
junitVersion = "1.2.1"
kotlin = "2.0.21"
ktorVersion = "3.0.1"
lifecycleRuntimeKtx = "2.8.7"
maxSdk = "35"
kotlin = "2.0.0"
ktorVersion = "2.3.12"
lifecycleRuntimeKtx = "2.8.3"
maxSdk = "34"
minSdk = "29"
preferenceKtx = "1.2.1"

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME