Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic dialect support for Android API 34 #4251

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Conversation

JakeWharton
Copy link
Member

Determined empirically:

$ adb shell getprop ro.build.version.sdk
34

$ adb shell sqlite3 --version
3.39.2 2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668e6603

Determined empirically:

    $ adb shell getprop ro.build.version.sdk
    34

    $ adb shell sqlite3 --version
    3.39.2 2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668e6603
Comment on lines +33 to +34
// Mapping available at https://developer.android.com/reference/android/database/sqlite/package-summary.
if (minSdk >= 34) return "app.cash.sqldelight:sqlite-3-38-dialect:$VERSION"
Copy link
Member Author

Choose a reason for hiding this comment

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

Filed https://issuetracker.google.com/issues/286399699 to get the table updated for API 34.

@hfhbd hfhbd enabled auto-merge (squash) June 9, 2023 07:28
@hfhbd hfhbd merged commit 7c92b0c into master Jun 9, 2023
5 checks passed
@hfhbd hfhbd deleted the jw.api-34.2023-06-08 branch June 9, 2023 08:10
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.

None yet

2 participants