sagioto / maven2gradle

converts maven dependencies to gradle format
http://sagioto.github.io/maven2gradle/
MIT License
73 stars 35 forks source link

Changed compile to implementation and testCompile to testImplementation #5

Closed evandrojr closed 3 years ago

evandrojr commented 4 years ago

DONE:

compile -> implementation testCompile -> testImplementation

To do: debugCompile -> debugImplementation androidTestCompile -> androidTestImplementation

IRus commented 3 years ago

@sagioto do you mind merge this change set?

evandrojr commented 3 years ago

Do you mean in my fork? I can do It. No problem.

IRus commented 3 years ago

@evandrojr no, I'm kindly asking @sagioto to merge this PR :)

evandrojr commented 3 years ago

@evandrojr no, I'm kindly asking @sagioto to merge this PR :)

Got it! I was in a hurry when I read the message.