Skip to content

Commit

Permalink
Fix required min-version
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed Dec 18, 2023
1 parent 4c479cc commit c5d814e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal object SentryVersions {
internal val VERSION_FILE_IO = SemVer(5, 5, 0)
internal val VERSION_COMPOSE = SemVer(6, 7, 0)
internal val VERSION_LOGCAT = SemVer(6, 17, 0)
internal val VERSION_APP_START = SemVer(6, 17, 0) // TODO
internal val VERSION_APP_START = SemVer(7, 1, 0)
internal val VERSION_SQLITE = SemVer(6, 21, 0)
internal val VERSION_OKHTTP_LISTENER = SemVer(6, 20, 0)
}
Expand Down

0 comments on commit c5d814e

Please sign in to comment.