Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
dependencies {
// The wheel, the report plumbing and the LightSync provider, shared with every other
// Light* app instead of pasted into each of them.
implementation("com.gios:light-common:1.2.1")
implementation("com.gios:light-common:1.7.0")
// What actually applies the baseline profile the AAR ships. Below API 31 nothing on the
// device reads a profile on its own, so without this the profile is inert bytes in the APK.
implementation("androidx.profileinstaller:profileinstaller:1.4.1")
Expand Down
Loading