Skip to content

Commit

Permalink
Fix: Fix sample app application ID
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed May 18, 2024
1 parent 7f47e69 commit 68975e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
buildToolsVersion = "34.0.0"
compileSdk = 34
defaultConfig {
applicationId = "me.zhanghai.android.librarytemplate.sample"
applicationId = "me.zhanghai.compose.preference.sample"
minSdk = 21
targetSdk = 34
versionCode = (extra["VERSION_CODE"] as String).toInt()
Expand Down

0 comments on commit 68975e3

Please sign in to comment.