Skip to content

Commit

Permalink
RUM-7005: downgrading to 2.7.7 hoping to fix licence info absence
Browse files Browse the repository at this point in the history
  • Loading branch information
satween committed Dec 18, 2024
1 parent 9028ffd commit 474a55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ androidXFragment = "1.2.4"
androidXLeanback = "1.0.0"
androidXMetrics = "1.0.0-alpha04"
androidXMultidex = "2.0.1"
androidXNavigation = "2.8.0"
androidXNavigation = "2.7.7"
androidXRecyclerView = "1.1.0"
androidXWorkManager = "2.8.1"
googleAccompanist = "0.20.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import androidx.compose.runtime.DisposableEffect
import androidx.compose.runtime.NonRestartableComposable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.rememberUpdatedState
import androidx.lifecycle.compose.LocalLifecycleOwner
import androidx.compose.ui.platform.LocalLifecycleOwner
import androidx.navigation.NavController
import androidx.navigation.NavDestination
import com.datadog.android.Datadog
Expand Down

0 comments on commit 474a55b

Please sign in to comment.