From 11d2aec9571f2dd5d579a2b890adcd5499f9e1d5 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 1 May 2025 20:41:48 +0200 Subject: tofu: update bpg/proxmox to 0.77.0 (tested) --- opentofu/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentofu') diff --git a/opentofu/versions.tf b/opentofu/versions.tf index 48e3ca3..e453f27 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.76.0" + version = "0.77.0" } local = { source = "hashicorp/local" -- cgit v1.2.3 td> index : Aniki.git
Yet another android myanimelist client
summaryrefslogtreecommitdiffstats
path: root/app/src/main/java/xyz/adjutor/aniki/presentation/controller (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-13DetailSearchAnimeController.kt and activity OKrelease/3.0Clyhtsuriva1-1/+61
2021-05-13DetailSearchMangaController.kt and activity OKClyhtsuriva2-59/+80
2021-05-13DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2-89/+111
2021-05-13Redefining how the controller is started.Clyhtsuriva2-5/+2
2021-05-13DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2-91/+116
2021-05-12creating empty controller files for detail pagesClyhtsuriva4-0/+12
2021-05-12creating anime and manga packages for controllersClyhtsuriva8-8/+8