From 2f1c4db8d64af89777fb07ea0f722c576614472a Mon Sep 17 00:00:00 2001 From: 0x00568 <68516357+MustardChef@users.noreply.github.com> Date: Sat, 24 Dec 2022 17:42:47 +0000 Subject: [PATCH] Change Application ID --- .idea/.gitignore | 3 +++ app/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..26d33521 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fa1cabaa..b75b7e6f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -43,7 +43,7 @@ android { buildToolsVersion = "30.0.3" defaultConfig { - applicationId = "com.lagradost.cloudstream3" + applicationId = "com.mustardchef.lunastream" minSdk = 21 targetSdk = 33