Skip to content

Commit e8f1ff7

Browse files
Android SDK v3.13.0 | Error: Status Code Added
1 parent 9add83b commit e8f1ff7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: env
1818
run: env
1919
- name: Run Snyk to check for vulnerabilities
20-
uses: snyk/actions/gradle-jdk14@master
20+
uses: snyk/actions/gradle@master
2121
env:
2222
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2323
with:

contentstack/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,11 @@ android {
123123
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
124124
}
125125
}
126-
//flavorDimensions "default"
127-
//lintOptions { abortOnError false }
126+
128127
compileOptions {
129-
// Flag to enable support for the new language APIs
130128
coreLibraryDesugaringEnabled true
131-
// Sets Java compatibility to Java 8
132-
sourceCompatibility JavaVersion.VERSION_11
133-
targetCompatibility JavaVersion.VERSION_11
129+
sourceCompatibility JavaVersion.VERSION_1_8
130+
targetCompatibility JavaVersion.VERSION_1_8
134131
}
135132
}
136133
configurations { archives }

0 commit comments

Comments
 (0)