Skip to content

Remove build support#288

Closed
hannesa2 wants to merge 1 commit intoniqdev:masterfrom
hannesa2:RemoveBuildSupport
Closed

Remove build support#288
hannesa2 wants to merge 1 commit intoniqdev:masterfrom
hannesa2:RemoveBuildSupport

Conversation

@hannesa2
Copy link
Contributor

@hannesa2 hannesa2 commented Feb 24, 2026

As requested, I remove build support tools #286 (comment)

versionName = "${getVersionText()}.$versionCode"
println { "versionName=${versionName.green.bold} versionCode=${versionCode.green.bold}" }
versionCode = 1
versionName = "3.0"
Copy link
Contributor Author

@hannesa2 hannesa2 Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now you have to do this manually. This causes more afford on a new release and prevent from an automated debug app update mechanism.

@niqdev
Copy link
Owner

niqdev commented Feb 24, 2026

umh, can't we just copy the buildSrc to this project? it should work, right? i just don't like the extra dependency that's not imported or managed directly, that's all, nothing against what it does

@hannesa2
Copy link
Contributor Author

Sure, it's possible, but the reason of a git submodule is to participate on any improvements, further developments and a single source of truth.
A copy eliminates that

@niqdev
Copy link
Owner

niqdev commented Feb 24, 2026

until you don't delete it and you maintain that it's fine for me, let's keep it like that for now then

@niqdev niqdev closed this Feb 24, 2026
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.

2 participants