File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 7.4.1
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ bazel-bin
3
3
bazel-out
4
4
bazel-testlogs
5
5
** /* .iml
6
- .idea
6
+ .idea
7
+ * .lock
Original file line number Diff line number Diff line change
1
+ ###############################################################################
2
+ # Bazel now uses Bzlmod by default to manage external dependencies.
3
+ # Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
4
+ #
5
+ # For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6
+ ###############################################################################
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ workspace(name = "testdpc")
2
2
3
3
android_sdk_repository (
4
4
name = "androidsdk" ,
5
- api_level = 34 ,
5
+ api_level = 35 ,
6
6
)
7
7
8
8
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
@@ -49,7 +49,7 @@ maven_install(
49
49
"androidx.appcompat:appcompat-resources:1.6.1" ,
50
50
"androidx.collection:collection:1.2.0" ,
51
51
"androidx.constraintlayout:constraintlayout:2.1.3" ,
52
- "androidx.core:core:1.6 .0" ,
52
+ "androidx.core:core:1.9 .0" ,
53
53
"androidx.enterprise:enterprise-feedback:1.1.0" ,
54
54
"androidx.legacy:legacy-support-core-ui:1.0.0" ,
55
55
"androidx.legacy:legacy-support-v13:1.0.0" ,
You can’t perform that action at this time.
0 commit comments