mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Refactor: Convert build configuration to Gradle plugin pattern
- Migrate ProjectConfig from static object to proper Gradle plugin - Add version type support (beta/rc) to version.properties - Clean up legacy fastlane changelogs - Update release script to support version types - Remove automatic fastlane changelog generation from release script - Add BuildConfig field injection for version info
This commit is contained in:
@@ -3,4 +3,5 @@ project.versioning.major=3
|
||||
project.versioning.minor=0
|
||||
project.versioning.patch=0
|
||||
project.versioning.build=1
|
||||
project.versioning.type=beta
|
||||
#############################
|
||||
|
||||
Reference in New Issue
Block a user