Skip to content

Commit 26efcb8

Browse files
committed
Add support version print
1 parent e9ceb97 commit 26efcb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-app/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ dependencies {
251251
supportVer = supportVersion
252252
}
253253

254+
println "Using support version $supportVer"
255+
254256
implementation "com.android.support:multidex:1.0.2"
255257
implementation "com.android.support:support-v4:$supportVer"
256258
implementation "com.android.support:appcompat-v7:$supportVer"

0 commit comments

Comments
 (0)