Skip to content

Conversation

typotter
Copy link
Collaborator

Eppo Internal:

🎟️ Towards FF-4348

echo "SDK Branch: android-sdk@${SDK_BRANCH}"
echo "API Level: ${{ matrix.api-level }}"
- name: Check out Common Java SDK
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporary until java.v4 is published (which we'll do when this and the java-server PRs are ready for merge)

- name: Publish Common SDK to Maven Local
working-directory: sdk-common-jdk
run: ./gradlew publishToMavenLocal --no-daemon

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build the common SDK and publish to a local repository for the Android SDK

strategy:
matrix:
api-level: [26, 31, 34]
api-level: [21, 26, 31, 34]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big change!

defaultConfig {
namespace "cloud.eppo.android"
minSdk 26
minSdk 21
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop min to Android 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant