We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95e404 commit b54d590Copy full SHA for b54d590
app/build.gradle.kts
@@ -11,7 +11,7 @@ android {
11
compileSdk = libs.versions.compileSdk.get().toInt()
12
13
defaultConfig {
14
- applicationId = "com.akexorcist.roundcornerprogressbar.example"
+ applicationId = "com.akexorcist.roundcornerprogressbar"
15
minSdk = libs.versions.minSdk.get().toInt()
16
targetSdk = libs.versions.targetSdk.get().toInt()
17
versionCode = 31
0 commit comments