Loading app/src/main/java/foundation/e/apps/data/gitlab/SystemAppDefinitionApi.kt +1 −1 Original line number Diff line number Diff line Loading @@ -56,8 +56,8 @@ interface SystemAppDefinitionApi { @GET(UPDATE_INFO_BY_TAG_URL_SEGMENT) suspend fun getSystemAppUpdateInfoByTag( @Path(PROJECT_ID_PLACEHOLDER) projectId: Int, @Path(TAG_NAME_PLACEHOLDER) gitlabTagName: String, @Path(RELEASE_TYPE_PLACEHOLDER) releaseType: String, @Path(TAG_NAME_PLACEHOLDER) gitlabTagName: String, ): Response<SystemAppInfo> @GET(LATEST_UPDATE_INFO_URL_SEGMENT) Loading app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ class SystemAppsUpdatesRepository @Inject constructor( return null } systemAppDefinitionApi.getSystemAppUpdateInfoByTag(projectId, latestRelease.tagName, releaseType) systemAppDefinitionApi.getSystemAppUpdateInfoByTag(projectId, releaseType, latestRelease.tagName) } else { systemAppDefinitionApi.getLatestSystemAppUpdateInfo(projectId, releaseType) Loading Loading
app/src/main/java/foundation/e/apps/data/gitlab/SystemAppDefinitionApi.kt +1 −1 Original line number Diff line number Diff line Loading @@ -56,8 +56,8 @@ interface SystemAppDefinitionApi { @GET(UPDATE_INFO_BY_TAG_URL_SEGMENT) suspend fun getSystemAppUpdateInfoByTag( @Path(PROJECT_ID_PLACEHOLDER) projectId: Int, @Path(TAG_NAME_PLACEHOLDER) gitlabTagName: String, @Path(RELEASE_TYPE_PLACEHOLDER) releaseType: String, @Path(TAG_NAME_PLACEHOLDER) gitlabTagName: String, ): Response<SystemAppInfo> @GET(LATEST_UPDATE_INFO_URL_SEGMENT) Loading
app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ class SystemAppsUpdatesRepository @Inject constructor( return null } systemAppDefinitionApi.getSystemAppUpdateInfoByTag(projectId, latestRelease.tagName, releaseType) systemAppDefinitionApi.getSystemAppUpdateInfoByTag(projectId, releaseType, latestRelease.tagName) } else { systemAppDefinitionApi.getLatestSystemAppUpdateInfo(projectId, releaseType) Loading