Skip to content

Commit d830cac

Browse files
committed
No public description
PiperOrigin-RevId: 584316826
1 parent 01e2ac4 commit d830cac

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

PRIVACY

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This app is for demo purposes only, no data is stored in the app or transferred from it.

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
android_sdk_repository(
22
name = "androidsdk",
3-
api_level = 33,
3+
api_level = 34,
44
)
55

66
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
# Fail on any error.
4+
set -e
5+
6+
bazel build testdpc

0 commit comments

Comments
 (0)