diff --git a/PRIVACY b/PRIVACY new file mode 100644 index 00000000..07e08c7d --- /dev/null +++ b/PRIVACY @@ -0,0 +1 @@ +This app is for demo purposes only, no data is stored in the app or transferred from it. \ No newline at end of file diff --git a/WORKSPACE b/WORKSPACE index ed818679..f3b0a215 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,6 +1,6 @@ android_sdk_repository( name = "androidsdk", - api_level = 33, + api_level = 34, ) load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") diff --git a/build.sh b/build.sh new file mode 100644 index 00000000..29ef0cc0 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Fail on any error. +set -e + +bazel build testdpc