Skip to content

Commit

Permalink
Refactor: Update UI and dependencies
Browse files Browse the repository at this point in the history
This commit refactors the UI and updates dependencies for improved functionality and performance:

- Removes studiobot.xml file.
- Updates deploymentTargetSelector.xml with new run configurations.
- Adds appInsightsSettings.xml for Firebase Crashlytics integration.
- Updates compiler.xml with new module names and target SDK versions.
- Updates NotificationFragment layout: replaces `InsetSmallTopAppBar` with `TopAppBar`, removes redundant padding, adds haze effect with vertical gradient.
- Refactors NotificationFragment: extracts options into `OptionsSheet` composable, adds `SwipeToDismissBox` for delete functionality, moves notification details to `NotiDetailsView`, restructures `NotifyAt` for notification scheduling.
- Updates DownloadAndInstaller: adds packageInstaller for apk installation.
- Updates UIViews build.gradle.kts: adds Ackpine dependencies for apk installation.
- Updates Project_Default inspection profile: adds PreviewParameterProviderOnFirstParameter inspection.
- Updates Models: adds `ChapterModel` data class.
- Adds runConfigurations.xml and ignores specific run configuration producers.
- Updates kotlinc.xml: sets moduleKind to plain, updates apiVersion and languageVersion to 2.0.
  • Loading branch information
jacobrein committed Jan 29, 2025
1 parent 78ce144 commit 4ff7b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ googleAndroidLibrariesMapsplatformSecretsGradlePlugin = "2.0.1"
datastore = "1.1.2"

arcore = "1.0.0-alpha01"
composeXr = "1.0.0-alpha01"
composeXr = "1.0.0-alpha02"
scenecore = "1.0.0-alpha01"

[plugins]
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ dependencyResolutionManagement {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

//TODO: Remove current ones and replace with this!
versionCatalogs {
create("androidx") {
from("androidx.gradle:gradle-version-catalog:2025.01.00")
from("androidx.gradle:gradle-version-catalog:2025.01.01")
}
}
}
Expand Down

0 comments on commit 4ff7b99

Please sign in to comment.