Skip to content

Commit 6735560

Browse files
authored
comment out admob for testing
1 parent da331d0 commit 6735560

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/android.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)