Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKayJr committed Dec 2, 2024
2 parents 6fb9772 + ae98e01 commit 8a81923
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
}

android {
namespace = "cn.martinkay.autocheckinplugin"
namespace = "cn.martinkay.autocheckinpluginplus"
compileSdk = 34

defaultConfig {
applicationId = "cn.martinkay.autocheckinplugin"
applicationId = "cn.martinkay.autocheckinpluginplus"
minSdk = 24
targetSdk = 34
versionCode = 23
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "AutoCheckinPlugin"
rootProject.name = "AutoCheckinPluginPlus"
include(":app")
include(":smart:detect")
include(":randompkg")

0 comments on commit 8a81923

Please sign in to comment.