Moved from Gradle to bld
This commit is contained in:
parent
7ef1c441e6
commit
d5e21dd3a1
194 changed files with 2185 additions and 1983 deletions
14
version.txt
Normal file
14
version.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* This file is automatically generated.
|
||||
* Do not modify! -- ALL CHANGES WILL BE ERASED!
|
||||
*/
|
||||
|
||||
package {{v packageName/}}
|
||||
|
||||
/**
|
||||
* Provides semantic version information.
|
||||
*/
|
||||
internal object {{v className/}} {
|
||||
const val PROJECT = "{{v project/}}"
|
||||
const val VERSION = "{{v version/}}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue