Migrate to AGP 8.0.2 / Android Studio Flamingo / Java 17 (#3541)
- Update AGP in version catalog to 8.0.2 - Set Java version to 17 - Enable non-final resource IDs
This commit is contained in:
parent
0f74a6b3dc
commit
839d8bcc04
7 changed files with 19 additions and 15 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Gradle Wrapper Validation
|
||||
|
|
@ -27,15 +27,15 @@ jobs:
|
|||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
|
||||
|
||||
|
||||
- name: ktlint
|
||||
run: ./gradlew clean ktlintCheck
|
||||
|
||||
|
||||
- name: Regular lint
|
||||
run: ./gradlew app:lintGreenDebug
|
||||
|
||||
|
||||
- name: Test
|
||||
run: ./gradlew app:testGreenDebugUnitTest
|
||||
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew app:buildGreenDebug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue