Skip to content

Commit b54d590

Browse files
committed
fix: incorrect application ID
1 parent e95e404 commit b54d590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
compileSdk = libs.versions.compileSdk.get().toInt()
1212

1313
defaultConfig {
14-
applicationId = "com.akexorcist.roundcornerprogressbar.example"
14+
applicationId = "com.akexorcist.roundcornerprogressbar"
1515
minSdk = libs.versions.minSdk.get().toInt()
1616
targetSdk = libs.versions.targetSdk.get().toInt()
1717
versionCode = 31

0 commit comments

Comments
 (0)