Skip to content

Commit

Permalink
Update Jetpack Compose to 1.0.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
Kernald authored and Marc Plano-Lesay committed May 19, 2021
1 parent c934895 commit a828b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/jetpack_compose/compose-ui/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ kt_android_library(
plugins = ["//:jetpack_compose_compiler_plugin"],
visibility = ["//visibility:public"],
deps = [
"@maven//:androidx_activity_activity_compose",
"@maven//:androidx_appcompat_appcompat",
"@maven//:androidx_compose_material_material",
"@maven//:androidx_compose_ui_ui",
Expand Down
2 changes: 1 addition & 1 deletion examples/jetpack_compose/compose-ui/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package cm.ben.android.bazel.compose.example.ui

import android.os.Bundle
import androidx.activity.compose.setContent
import androidx.appcompat.app.AppCompatActivity
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.platform.setContent

class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit a828b32

Please sign in to comment.