Changed app id
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
pie
2026-04-28 15:34:49 +02:00
parent 1f136f9aea
commit 2ed0cb1a52
9 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ android {
}
defaultConfig {
applicationId = "io.github.thibaultbee.streampack.app"
applicationId = "org.esiliati.repo.picostreaming.app"
minSdk = 24
targetSdk = 36
versionCode = 1
@@ -63,4 +63,4 @@ dependencies {
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)
}
}