File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 - name : What is Android SDK Root?
2626 run : echo $ANDROID_SDK_ROOT
2727
28- # - name: Install NDK
29- # run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
30- # - name: Build with Gradle (Pull Request)
31- # run: ./build_pull_request.sh
32- # if: github.event_name == 'pull_request'
33- # - name: Build with Gradle (Push)
34- # run: ./gradlew clean ktlint build
35- # if: github.event_name != 'pull_request'
28+ - name : Install NDK
29+ run : echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
30+ - name : Build with Gradle (Pull Request)
31+ run : ./build_pull_request.sh
32+ if : github.event_name == 'pull_request'
33+ - name : Build with Gradle (Push)
34+ run : ./gradlew clean ktlint build
35+ if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ include(":auth:app",
1818 " :storage:app" ,
1919 " :tasks:app" ,
2020 " :inappmessaging:app" ,
21- " :admob:app" ,
2221 " :messaging:app" ,
2322 " :crashlytics:app" ,
2423 " :perf:app" ,
You can’t perform that action at this time.
0 commit comments