summaryrefslogtreecommitdiff
path: root/simpleperf/demo/SimpleperfExampleJava/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/demo/SimpleperfExampleJava/build.gradle')
-rw-r--r--simpleperf/demo/SimpleperfExampleJava/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/simpleperf/demo/SimpleperfExampleJava/build.gradle b/simpleperf/demo/SimpleperfExampleJava/build.gradle
new file mode 100644
index 00000000..71b99f4c
--- /dev/null
+++ b/simpleperf/demo/SimpleperfExampleJava/build.gradle
@@ -0,0 +1,5 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+plugins {
+ id 'com.android.application' version '7.3.1' apply false
+ id 'com.android.library' version '7.3.1' apply false
+} \ No newline at end of file