File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 51
51
)" > ${{ github.workspace }}/detekt.sarif.json
52
52
53
53
# Uploads results to GitHub repository using the upload-sarif action
54
- - uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
54
+ - uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
55
55
with :
56
56
# Path to SARIF file relative to the root of the repository
57
57
sarif_file : ${{ github.workspace }}/detekt.sarif.json
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
3
id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
4
- id " com.android.library" version " 8.5 .2" apply false
4
+ id " com.android.library" version " 8.8 .2" apply false
5
5
id " org.jetbrains.kotlin.android" version " 1.9.25" apply false
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ plugins {
7
7
8
8
android {
9
9
namespace " com.descope"
10
- compileSdk 34
10
+ compileSdk 35
11
11
12
12
defaultConfig {
13
13
minSdk 24
14
- targetSdk 34
14
+ targetSdk 35
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
consumerProguardFiles " consumer-rules.pro"
@@ -41,12 +41,12 @@ android {
41
41
42
42
dependencies {
43
43
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
44
- implementation " androidx.lifecycle:lifecycle-common:2.8.4 "
45
- implementation " androidx.lifecycle:lifecycle-process:2.8.4 "
44
+ implementation " androidx.lifecycle:lifecycle-common:2.8.7 "
45
+ implementation " androidx.lifecycle:lifecycle-process:2.8.7 "
46
46
implementation " androidx.browser:browser:1.8.0"
47
47
implementation " androidx.security:security-crypto:1.0.0"
48
- implementation " androidx.credentials:credentials:1.2.2 "
49
- implementation " androidx.credentials:credentials-play-services-auth:1.2.2 "
48
+ implementation " androidx.credentials:credentials:1.3.0 "
49
+ implementation " androidx.credentials:credentials-play-services-auth:1.3.0 "
50
50
implementation " com.google.android.libraries.identity.googleid:googleid:1.1.1"
51
51
52
52
testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
You can’t perform that action at this time.
0 commit comments