Skip to content

Commit

Permalink
Revert profileinstaller version update because our minCompileSdk hasn…
Browse files Browse the repository at this point in the history
…'t been updated (#817)
  • Loading branch information
bidetofevil committed May 3, 2024
1 parent 0ecdc1c commit ed34242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion embrace-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ dependencies {
implementation "io.opentelemetry:opentelemetry-api:${Versions.openTelemetryCore}"
implementation "io.opentelemetry:opentelemetry-sdk:${Versions.openTelemetryCore}"
implementation "io.opentelemetry:opentelemetry-context:${Versions.openTelemetryCore}"
implementation "androidx.profileinstaller:profileinstaller:1.3.1"
// ProfileInstaller 1.2.0 requires compileSdk 32. 1.1.0 requires compileSdk 31.
// Please, don"t update it until we update compileSdk.
implementation "androidx.profileinstaller:profileinstaller:1.0.0"

testImplementation "io.mockk:mockk:1.12.2"
testImplementation "androidx.test:core:1.4.0"
Expand Down

0 comments on commit ed34242

Please sign in to comment.