Skip to content

Commit

Permalink
update to beta gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikarora committed Apr 21, 2023
1 parent 7a25bbb commit cfb48e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ class HomeActivity : ComponentActivity() {

Destination.BackGesture -> BackGestureActivity.start(this)
Destination.ScreenshotDetection -> ScreenshotActivity.start(this)
else -> { /* no-op */
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object Versions {
const val espresso = "3.5.1"
const val lifecycle = "2.6.1"

const val gradlePlugin = "8.1.0-alpha11"
const val gradlePlugin = "8.1.0-beta01"
const val kotlin = "1.8.0"
}

0 comments on commit cfb48e5

Please sign in to comment.