Skip to content

Commit

Permalink
chore: remove unnecessary directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkeraslan committed Feb 20, 2023
1 parent 236e990 commit e52350b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 190 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ android {

dependencies {
implementation project(':shared')
implementation libs.androidx.activity
}
33 changes: 0 additions & 33 deletions android/app/src/main/res/layout/activity_main.xml

This file was deleted.

22 changes: 0 additions & 22 deletions android/app/src/main/res/layout/fragment_dashboard.xml

This file was deleted.

22 changes: 0 additions & 22 deletions android/app/src/main/res/layout/fragment_home.xml

This file was deleted.

22 changes: 0 additions & 22 deletions android/app/src/main/res/layout/fragment_notifications.xml

This file was deleted.

19 changes: 0 additions & 19 deletions android/app/src/main/res/menu/bottom_nav_menu.xml

This file was deleted.

25 changes: 0 additions & 25 deletions android/app/src/main/res/navigation/mobile_navigation.xml

This file was deleted.

16 changes: 0 additions & 16 deletions android/app/src/main/res/values-night/themes.xml

This file was deleted.

10 changes: 0 additions & 10 deletions android/app/src/main/res/values/colors.xml

This file was deleted.

5 changes: 0 additions & 5 deletions android/app/src/main/res/values/dimens.xml

This file was deleted.

16 changes: 0 additions & 16 deletions android/app/src/main/res/values/themes.xml

This file was deleted.

1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# The original file is in the root project and it's symlinked in build-tools to
# provide the same properties to the included build.

android.useAndroidX=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.ignoreDisabledTargets=true
Expand Down

0 comments on commit e52350b

Please sign in to comment.