summaryrefslogtreecommitdiffstats
path: root/android/build.gradle
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-11-10 00:35:19 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-11-10 00:35:19 +0100
commit0cc57833b2e4aef20799dd25baaac6162128287e (patch)
treed3dd6ca63c374c8a45a7d9d85ad67ecda8b4aea1 /android/build.gradle
downloadsubmitto-dati-inator-master.tar.gz
submitto-dati-inator-master.tar.zst
submitto-dati-inator-master.zip
Initial commitHEADmaster
App is able to share single file. Server is outside of vcs for time being and is able to process multiple files. Authorization is done with HTTP Basi Authorization. Nginx is listing files.
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/build.gradle b/android/build.gradle
new file mode 100644
index 0000000..71b99f4
--- /dev/null
+++ b/android/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