versionCatalog: cleanup
This commit is contained in:
parent
751b580235
commit
fa591388ed
17
build.cmd
17
build.cmd
@ -1,11 +1,18 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
::
|
||||
call gradlew %1 assembledebug --warning-mode all
|
||||
:: Example
|
||||
:: call build && echo OK
|
||||
::
|
||||
IF /I "%1" == "clean" SET PARAM_NO_BUILD_CACHE=--no-build-cache
|
||||
::
|
||||
call gradlew %PARAM_NO_BUILD_CACHE% --warning-mode all %* assembledebug
|
||||
SET GRADLEW_ERRORLEVEL=%ERRORLEVEL%
|
||||
::
|
||||
call scripts\debug\win\hide-folders-from-notepad++.cmd
|
||||
::
|
||||
endlocal
|
||||
where update.cmd >NUL: 2>&1 || SET "PATH=%PATH%;%~dp0scripts\debug\win"
|
||||
::
|
||||
goto :eof
|
||||
endlocal & (
|
||||
where update.cmd >NUL: 2>&1 || SET "PATH=%PATH%;%~dp0scripts\debug\win"
|
||||
::
|
||||
exit /b %GRADLEW_ERRORLEVEL%
|
||||
)
|
||||
|
||||
@ -37,7 +37,6 @@ zxing-core = "3.3.0"
|
||||
|
||||
[libraries]
|
||||
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
|
||||
aboutlibraries-compose-core = { module = "com.mikepenz:aboutlibraries-compose-core", version.ref = "aboutLibraries" }
|
||||
aboutlibraries-compose-m2 = { module = "com.mikepenz:aboutlibraries-compose", version.ref = "aboutLibraries" }
|
||||
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
|
||||
activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user