Add batch processing, and format converter

This commit is contained in:
2026-06-29 16:26:08 +07:00
parent 30d84eef72
commit 785a227bad
867 changed files with 40914 additions and 2272 deletions
@@ -0,0 +1,20 @@
<lint-module
format="1"
dir="D:\MyProject\KCompressor\app"
name=":app"
type="APP"
maven="KCompressorStarter:app:unspecified"
agpVersion="9.2.1"
buildFolder="build"
bootClassPath="D:\Android\sdk\platforms\android-36\android.jar;D:\Android\sdk\build-tools\36.0.0\core-lambda-stubs.jar"
javaSourceLevel="11"
compileTarget="android-36"
neverShrinking="true"
highlightGradualR8Api="false">
<lintOptions
abortOnError="true"
absolutePaths="true"
checkReleaseBuilds="true"
explainIssues="true"/>
<variant name="release"/>
</lint-module>