Skip to content

Update ackpineVersion to v0.21.1#2354

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/ackpineversion
Open

Update ackpineVersion to v0.21.1#2354
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/ackpineversion

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
ru.solrudev.ackpine:ackpine-core (source) 0.16.10.21.1 age confidence
ru.solrudev.ackpine:ackpine-ktx (source) 0.16.10.21.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

solrudev/Ackpine (ru.solrudev.ackpine:ackpine-core)

v0.21.1

Compare Source

Bug fixes and improvements
  • Group unknown APK splits (Apk.Other) by their targeted feature/base in ackpine-splits.
  • Handle versionCodeMajor attribute when parsing AndroidManifest.xml in ackpine-splits.
  • Handle malformed ZIP sources gracefully when parsing splits in ackpine-splits.
  • Improve DPI matching to better align with Android's screen density selection behavior in Context.dpi, Apk.isCompatible() and SplitPackage APIs.
  • Improve localization splits resolution to also consider region and script in addition to language in Apk.isCompatible() and SplitPackage APIs.
  • Prioritize base-targeted configuration splits over unresolved feature-targeted ones when resolving compatibility in ackpine-splits.
  • Fix SplitPackage.equals() not working correctly for subclasses (e.g. the result of filterCompatible() and sortByCompatibility()).
  • Fix APK name incorrectly reported in manifest attribute conflict exceptions when parsing splits in ackpine-splits.
Public API changes
  • Apk.Other now implements Apk.ConfigSplit and has a new configForSplit property.
  • Added other: List<SplitPackage.Entry<Apk.Other>> property to SplitPackage.DynamicFeature.

v0.21.0

Compare Source

Bug fixes and improvements
  • Fail SESSION_BASED install sessions with an exception when the underlying system session is not found while committing.
  • Fail INTENT_BASED install sessions eagerly when storage is not available on API < 24.
  • Fix SplitPackage.equals() always returning false.
  • Improve error messages for invalid or missing AndroidManifest.xml attributes when parsing APKs in ackpine-splits.
  • Fix Shizuku plugin using wrong user ID on secondary user profiles.
Public API changes
  • Added InvalidManifestAttributeException in ackpine-splits.
  • Removed deprecated TestSessionController.setProgress(). Use TestProgressSessionController.setProgress() instead.

v0.20.7

Compare Source

Bug fixes and improvements
  • Improve URI handling in ZippedFileProvider and AssetFileProvider.

v0.20.6

Compare Source

Bug fixes and improvements
  • Improve ackpine-test test doubles creation ergonomics for Java consumers.
Public API changes
  • Added 3 secondary constructors to TestSession.
  • Added 3 secondary constructors to TestProgressSession.

v0.20.5

Compare Source

Bug fixes and improvements
  • Use only ACTION_UNINSTALL_PACKAGE for intent-based uninstaller on all Android versions. It improves uninstall result diagnostics.

v0.20.4

Compare Source

Bug fixes and improvements
  • Enforce INTENT_BASED uninstaller type on API < 21 when configuring uninstall parameters.

v0.20.3

Compare Source

Bug fixes and improvements
  • Fix race leading to possibly lost callbacks for TerminalStateListener.bind() with concurrent usage.
  • Don't notify with stale state/progress events after listener is removed from a session.

v0.20.2

Compare Source

Bug fixes and improvements
  • Make state transitions in sessions atomic, improving thread-safety.

v0.20.1

Compare Source

Bug fixes and improvements
  • Align test sessions' behavior with real implementations better: don't notify with the same progress events next to each other, return false on TestSession's launch() and commit() subsequent calls.
  • Implement equals() and hashCode() in TestSessionScript.

v0.20.0

Compare Source

Bug fixes and improvements
  • Fix TestPackageUninstaller.clearSessions() not clearing sessions.
  • Fix NoClassDefFoundError when calling PackageInstaller.getInstance() and PackageUninstaller.getInstance() in tests with ackpine-test.
  • Add removeSession() to TestPackageInstaller and TestPackageUninstaller.
  • Add createdParameters to TestPackageInstaller and TestPackageUninstaller.
  • Expose val script: TestSessionScript in TestSessionController.
  • Make a copy of TestSessionScript for each created session if default session factory is used. This makes multi-session tests with auto script viable.
Public API changes
  • uninstallerType property setter was made private in UninstallParameters.Builder.
  • Added removeSession() to TestPackageInstaller and TestPackageUninstaller.
  • Added createdParameters property to TestPackageInstaller and TestPackageUninstaller.
  • TestPackageInstaller and TestPackageUninstaller were made non-final.
  • TestSessionController was made non-final.
  • script property of TestSessionController was made public.
  • Added TestProgressSessionController in ackpine-test. Now TestProgressSession.controller returns TestProgressSessionController.
  • Deprecated TestSessionController.setProgress() with error. This method will be removed in the next minor release. This may be source-incompatible if you were calling setProgress() on uninstall session controllers in tests (which anyway would have caused runtime exceptions).

v0.19.5

Compare Source

Bug fixes and improvements
  • Fix strings created with ResolvableString.transientResource() resolving incorrectly.

v0.19.4

Compare Source

Bug fixes and improvements
  • Fix introduced in 0.19.3 repeated uninstall confirmation on some devices.

v0.19.3

Compare Source

Bug fixes and improvements
  • Fix uninstall activities not handling stops and process death correctly on API >= 29.
  • Fix incorrectly applied isAppNotForegroundRequired install constraint instead of isAppNotInteractingRequired for session-based installer.
  • Fix StackOverflowError when an error occurs while reading APK for intent-based installer sessions on API < 24.
  • Make confirmation activities transparent in display cutout areas.
  • Add an overload for TestProgressSession constructor with default script in ackpine-test.
Public API changes
  • Added a no-arg constructor to TestProgressSession.

v0.19.2

Compare Source

Bug fixes and improvements
  • Add ackpine-test module with testing utilities for Ackpine. See Testing documentation page for more information.
  • ResolvableString.transientResource() no longer creates anonymous classes. Now these strings properly implement hashCode() and equals().
  • Add unit tests to sample-java and sample-ktx using ackpine-test.
Public API changes
  • Added new ackpine-test module.

v0.19.1

Compare Source

Bug fixes and improvements
  • Hotfix: uninstall session crash when using Shizuku on Android 8.

v0.19.0

Compare Source

Bug fixes and improvements
  • Fix uninstall session crash when using Shizuku on Android < 8.
Public API changes
  • Removed UninstallFailure.Generic.INSTANCE static field.
  • Deprecated with error setter for uninstallerType property in UninstallParameters.Builder. Use setUninstallerType() method. The setter will be made private in the next minor release.

v0.18.6

Compare Source

Bug fixes and improvements
  • Fix install session fail on Android < 9 when using installerPackageName with Shizuku plugin.

v0.18.5

Compare Source

Dependencies
  • Updated apksig to 8.13.2.
Bug fixes and improvements
  • Fix intent-based uninstall sessions hanging and not showing confirmation screen.

v0.18.4

Compare Source

Bug fixes and improvements
  • Add support for changing installer package name when using Shizuku.
Public API changes
  • Add installerPackageName property to ShizukuPlugin.Parameters and related APIs.

v0.18.3

Compare Source

Bug fixes and improvements
  • Throw IllegalStateException instead of IllegalArgumentException where more appropriate.
  • Remove AckpinePlugin.Parameters from ProGuard rules.
Public API changes
  • SplitPackagesNotSupportedException is now extending IllegalStateException instead of IllegalArgumentException.

v0.18.2

Compare Source

Bug fixes and improvements
  • Add a slight delay before aborting a PackageInstaller-based uninstall session if failure event from OS wasn't received.

v0.18.1

Compare Source

Bug fixes and improvements
  • Prioritize system PackageInstaller event for PackageInstaller-based uninstall failures. Now, if proper failure event is received from the OS, there won't be a generic Aborted by user failure message.
  • Show uninstall failure message toast in sample apps.

v0.18.0

Compare Source

Bug fixes and improvements
  • Add support for Android's PackageInstaller-backed uninstallation. Make it the default implementation on API level >= 21.
  • Allow to configure uninstall implementation via UninstallerType enum. See documentation for details.
  • Introduce new UninstallFailure types which map to system's PackageInstaller uninstall status.
  • Add plugins support for uninstall sessions.
  • Implement Shizuku support for uninstall sessions via ShizukuUninstallPlugin. See documentation for details.
Public API changes
  • Added AckpinePluginRegistry interface, which is implemented by InstallParameters.Builder and UninstallParameters.Builder.
  • Added usePlugin() functions to UninstallParameters.Builder.
  • Added UninstallerType enum and related APIs.
  • Added pluginContainer property to UninstallParameters.
  • Added UninstallFailure.Blocked, UninstallFailure.Conflict classes.
  • Source-incompatible: UninstallFailure.Generic is now a data class. Referencing to it as a singleton object is no longer possible in Kotlin. Static INSTANCE field is deprecated and will be removed in the next minor release.
  • UninstallFailure is now a sealed class with abstract message property, similar to InstallFailure.
  • Added some DSL APIs related to plugins in ackpine-ktx.
  • Removed usePlugin() inline extension function for InstallParametersDsl in ackpine-ktx.
  • Added ShizukuUninstallPlugin and related APIs in ackpine-shizuku and ackpine-shizuku-ktx.

v0.17.0

Compare Source

Dependencies
  • Updated apksig to 8.13.1.
Bug fixes and improvements
  • Fix grammar in Session documentation.
  • Remove deprecated APIs. In particular, use InstallParameters.pluginContainer instead of the removed InstallParameters.plugins.
Public API changes
  • Removed InstallParameters.plugins property.
  • Removed hidden copy method from InstallMode.
  • Removed hidden copy method from Apk.Libs, Apk.ScreenDensity and Apk.Localization in ackpine-splits.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from f07a521 to 25e21a3 Compare December 9, 2025 10:09
@renovate renovate bot changed the title Update ackpineVersion to v0.18.1 Update ackpineVersion to v0.18.2 Dec 9, 2025
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from 25e21a3 to e2e793c Compare December 15, 2025 05:57
@renovate renovate bot changed the title Update ackpineVersion to v0.18.2 Update ackpineVersion to v0.18.3 Dec 15, 2025
@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from e2e793c to f4e1f4b Compare December 16, 2025 14:37
@renovate renovate bot changed the title Update ackpineVersion to v0.18.3 Update ackpineVersion to v0.18.4 Dec 16, 2025
@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from f4e1f4b to 073d9c3 Compare December 26, 2025 08:46
@renovate renovate bot changed the title Update ackpineVersion to v0.18.4 Update ackpineVersion to v0.18.5 Dec 26, 2025
@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from 6ed81df to 80b2197 Compare March 3, 2026 17:02
@renovate renovate bot changed the title Update ackpineVersion to v0.20.4 Update ackpineVersion to v0.20.5 Mar 3, 2026
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from 80b2197 to 7cab5a0 Compare March 5, 2026 05:57
@renovate renovate bot changed the title Update ackpineVersion to v0.20.5 Update ackpineVersion to v0.20.6 Mar 5, 2026
@github-actions
Copy link

github-actions bot commented Mar 5, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

github-actions bot commented Mar 5, 2026

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from 7cab5a0 to 126eac6 Compare March 14, 2026 15:03
@renovate renovate bot changed the title Update ackpineVersion to v0.20.6 Update ackpineVersion to v0.21.0 Mar 14, 2026
@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

@renovate renovate bot force-pushed the renovate/ackpineversion branch from 126eac6 to 1b60cc4 Compare March 16, 2026 14:18
@renovate renovate bot changed the title Update ackpineVersion to v0.21.0 Update ackpineVersion to v0.21.1 Mar 16, 2026
@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: otakuworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld app:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworldtv:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: animeworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld animeworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: mangaworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld mangaworld:assembleRelease 9.2.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Minimal Android CI Workflow :: novelworld
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OtakuWorld novelworld:assembleRelease 9.2.0 Build Scan not published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants