feat: Initial IPTV app with Google DNS and in-app updates

This commit is contained in:
Renato
2026-01-28 22:02:28 +00:00
commit 88dfda1482
35 changed files with 7720 additions and 0 deletions

6
build.gradle.kts Normal file
View File

@@ -0,0 +1,6 @@
// Top-level build file
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
}