mirror of
https://github.com/a-mayb3/KanbanCloneAndroid.git
synced 2026-03-21 18:15:38 +01:00
renamed package to follow kotlin naming conventions
This commit is contained in:
parent
540eeb2fa5
commit
22c7fe8722
10 changed files with 59 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "com.campusaula.edbole.KanbanCloneAndroid"
|
||||
namespace = "com.campusaula.edbole.kanban_clone_android"
|
||||
compileSdk {
|
||||
version = release(36)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue