mirror of
https://github.com/danog/termux-api.git
synced 2024-11-30 04:19:20 +01:00
Add a versionName gradle task
This commit is contained in:
parent
1d5a3fe813
commit
b871f04beb
@ -27,3 +27,9 @@ android {
|
||||
dependencies {
|
||||
implementation 'com.android.support:design:28.0.0'
|
||||
}
|
||||
|
||||
task versionName {
|
||||
doLast {
|
||||
print android.defaultConfig.versionName
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user