Skip to content

Commit

Permalink
chore(dep):Revert annotations version and update instrumented tests g…
Browse files Browse the repository at this point in the history
…h runner api level to 34 (#1075)
  • Loading branch information
gdeluna-branch authored Jul 12, 2023
1 parent e579ff3 commit 86fca0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit-and-instrumented-tests-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: unit-and-instrumented-tests
on: [push]
env:
API_MIN: 21
API_CURRENT: 33
API_CURRENT: 34
JAVA_DISTRIBUTION: 'corretto'
JAVA_VERSION: '17'
jobs:
Expand Down Expand Up @@ -96,8 +96,9 @@ jobs:
- name: Create Android emulator
run: |
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis;x86_64"
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis;x86_64"
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
echo "no" | $ANDROID_HOME/tools/bin/avdmanager list device
echo "no" | $ANDROID_HOME/tools/bin/avdmanager --verbose create avd --force --name test --package "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"
# boots and waits for the emulator to be ready
- name: Launch Emulator
run: |
Expand Down
2 changes: 1 addition & 1 deletion Branch-SDK/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to "*.jar")))
implementation(kotlin("stdlib"))
implementation(kotlin("stdlib-jdk8"))
implementation("androidx.annotation:annotation:1.6.0")
implementation("androidx.annotation:annotation:1.4.0")
implementation("com.android.installreferrer:installreferrer:2.2")

// --- optional dependencies -----
Expand Down

0 comments on commit 86fca0e

Please sign in to comment.