Skip to content

Commit

Permalink
Chore: Update ackpineVersion and add TODO for download progress
Browse files Browse the repository at this point in the history
This commit updates the `ackpineVersion` in the `libs.versions.toml` file and adds a TODO to `ExtensionListScreen`:

- Updates `ackpineVersion` from "0.9.4" to "0.10.1".
- Adds a TODO comment in `ExtensionListScreen` to indicate that UI progress for downloading and installing is needed.
  • Loading branch information
jacobrein committed Feb 5, 2025
1 parent 492816e commit f10cacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ fun ExtensionList(
installedSources = viewModel.installed,
sourcesList = viewModel.remoteSourcesVersions,
onDownloadAndInstall = { downloadLink, destinationPath ->
//TODO: Need to show some ui for download progress and installing progress
viewModel.downloadAndInstall(downloadLink, destinationPath)
},
onUninstall = {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ workinspector = "1.2"
googleAndroidLibrariesMapsplatformSecretsGradlePlugin = "2.0.1"

datastore = "1.1.2"
ackpineVersion = "0.9.4"
ackpineVersion = "0.10.1"

arcore = "1.0.0-alpha01"
composeXr = "1.0.0-alpha02"
Expand Down

0 comments on commit f10cacc

Please sign in to comment.