michaelcarrano / detective-droid

Detective Droid will investigate what libraries are being used inside applications that are installed on your device.
Apache License 2.0
83 stars 8 forks source link

Fix fastlane :increment_version lane #70

Closed michaelcarrano closed 1 year ago

michaelcarrano commented 1 year ago

I forgot that during #65 changes where I migrated from build.gradle to build.gradle.kts, that there is now an = between versionName and the value, same for versionCode.

This means I need to update the print position for awk and also update the logic for rewriting the build.gradle.kts file with the new versions.