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
|
|
@ -16,10 +16,10 @@
|
|||
android:theme="@style/Theme.KanbanCloneAndroid"
|
||||
android:usesCleartextTraffic="true" >
|
||||
<activity
|
||||
android:name=".LoginActivity"
|
||||
android:name="com.campusaula.edbole.kanban_clone_android.LoginActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:name="com.campusaula.edbole.kanban_clone_android.MainActivity"
|
||||
android:exported="true" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue