File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Checkout and Setup Node
2525 uses : ./.github/actions/setup-node
2626
27+ - name : Set up JDK
28+ uses : actions/setup-java@v4
29+ with :
30+ java-version : ' 17'
31+ distribution : ' temurin'
32+
33+ - name : Setup Android SDK
34+ uses : android-actions/setup-android@v3
35+
2736 - name : Set up Gradle
2837 uses : gradle/actions/setup-gradle@v4
2938 with :
3746 android/.gradle
3847 android/app/build/intermediates
3948 android/app/build/generated
40- key : build-output-${{ hashFiles('android/app/src/**', '**/*.gradle*') }}
49+ android/build
50+ ~/.gradle/caches
51+ ~/.gradle/wrapper
52+ key : android-build-${{ runner.os }}-${{ hashFiles('android/**/*.gradle*', 'android/**/gradle-wrapper.properties') }}
4153 restore-keys : |
42- build-output -
54+ android- build-${{ runner.os }} -
4355
4456 - name : Decode Keystore
4557 run : |
You can’t perform that action at this time.
0 commit comments