Version of Smart AutoClicker
4.0.0
Apk
F-Droid
Device brand and model
Version of your Android OS
Type
Smart scenario
Describe what happened?
F-Droid can support split ABI APKs, one per arch, but we need the ABI separator at the end
can https://github.com/Nain57/Smart-AutoClicker/blob/4.0.0/smartautoclicker/build.gradle.kts#L127 be changed to output.versionCode.set(baseVersionCode * 10_000 + abiVersionCode) ?
or * 1_000 + if you don't want to balloon versions 😄
Describe what should have happened?
Is it a duplicate?
Did you provide enough information?
Version of Smart AutoClicker
4.0.0
Apk
F-Droid
Device brand and model
Version of your Android OS
Type
Smart scenario
Describe what happened?
F-Droid can support split ABI APKs, one per arch, but we need the ABI separator at the end
can https://github.com/Nain57/Smart-AutoClicker/blob/4.0.0/smartautoclicker/build.gradle.kts#L127 be changed to
output.versionCode.set(baseVersionCode * 10_000 + abiVersionCode)?or
* 1_000 +if you don't want to balloon versions 😄Describe what should have happened?
Is it a duplicate?
Did you provide enough information?