Skip to content

Commit 94b575c

Browse files
committed
[Build] Replace getVersion gradle task
PiperOrigin-RevId: 731015526
1 parent 1dc9a1c commit 94b575c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ android {
128128
}
129129
}
130130

131+
task getVersion {
132+
doLast {
133+
println version
134+
}
135+
}
136+
131137
task androidSourcesJar(type: Jar) {
132138
archiveClassifier.set('sources')
133139
from(android.sourceSets.main.java.srcDirs) {

0 commit comments

Comments
 (0)