diff --git a/WORKSPACE b/WORKSPACE index 1212115..54415e1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,5 +1,4 @@ -android_sdk_repository(name="androidsdk", - path = "/home/valentinerutto/Android/Sdk") +android_sdk_repository(name="androidsdk", api_level = 30, build_tools_version = "30.0.3") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") diff --git a/bazel-bin b/bazel-bin deleted file mode 120000 index 1c1f81b..0000000 --- a/bazel-bin +++ /dev/null @@ -1 +0,0 @@ -/home/valentinerutto/.cache/bazel/_bazel_valentinerutto/04e6917f5a6683da6e0fec5d6baf6971/execroot/__main__/bazel-out/k8-fastbuild/bin \ No newline at end of file diff --git a/bazel-out b/bazel-out deleted file mode 120000 index a54d46f..0000000 --- a/bazel-out +++ /dev/null @@ -1 +0,0 @@ -/home/valentinerutto/.cache/bazel/_bazel_valentinerutto/04e6917f5a6683da6e0fec5d6baf6971/execroot/__main__/bazel-out \ No newline at end of file diff --git a/bazel-testlogs b/bazel-testlogs deleted file mode 120000 index 11f7265..0000000 --- a/bazel-testlogs +++ /dev/null @@ -1 +0,0 @@ -/home/valentinerutto/.cache/bazel/_bazel_valentinerutto/04e6917f5a6683da6e0fec5d6baf6971/execroot/__main__/bazel-out/k8-fastbuild/testlogs \ No newline at end of file diff --git a/bazel-tutorial b/bazel-tutorial deleted file mode 120000 index 88c4bf8..0000000 --- a/bazel-tutorial +++ /dev/null @@ -1 +0,0 @@ -/home/valentinerutto/.cache/bazel/_bazel_valentinerutto/04e6917f5a6683da6e0fec5d6baf6971/execroot/__main__ \ No newline at end of file diff --git a/src/main/java/com/example/bazel/res/layout/activity_main.xml b/src/main/java/com/example/bazel/res/layout/activity_main.xml index eea3027..e999b24 100644 --- a/src/main/java/com/example/bazel/res/layout/activity_main.xml +++ b/src/main/java/com/example/bazel/res/layout/activity_main.xml @@ -14,9 +14,7 @@ android:textSize="32dp" android:textColor="@color/bazel_green" android:text="@string/thinking_face"/> - -