summaryrefslogtreecommitdiffstats
path: root/android/build.gradle.kts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2024-07-19 23:49:36 +0200
committerMaksymilian Jopek <maks@jopek.eu>2024-07-19 23:49:36 +0200
commit2b7c14f2b68a26cba893855cd1a142328888bb13 (patch)
tree6db090a2e4aa238ccda589a5fe899f459fbafea4 /android/build.gradle.kts
downloadding-dong-mail-2b7c14f2b68a26cba893855cd1a142328888bb13.tar.gz
ding-dong-mail-2b7c14f2b68a26cba893855cd1a142328888bb13.tar.zst
ding-dong-mail-2b7c14f2b68a26cba893855cd1a142328888bb13.zip
Initial commit
Android app works, but Android says it uses much more battery than ntfy.sh, which should never happen goimapnotify works Logo is awesome <3 There are problems with constant working, presumably after restarts.
Diffstat (limited to 'android/build.gradle.kts')
-rw-r--r--android/build.gradle.kts5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/build.gradle.kts b/android/build.gradle.kts
new file mode 100644
index 0000000..f74b04b
--- /dev/null
+++ b/android/build.gradle.kts
@@ -0,0 +1,5 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+plugins {
+ alias(libs.plugins.android.application) apply false
+ alias(libs.plugins.jetbrains.kotlin.android) apply false
+} \ No newline at end of file