enginebai / AndroidBase

Android project template for Gradle Kotlin DSL + 100% Kotlin + Base module + Extensions = ❤️
https://enginebai.com/2019/10/21/gradle-kotlin-dsl/
MIT License
132 stars 17 forks source link

Questions regarding the hints of newer version #15

Open williamyyu opened 3 years ago

williamyyu commented 3 years ago

Hello,

Thanks for this great repository!

I was just wondering if we can see the hints when there is a newer version of the library comes out? or we can only update it manually?

Thanks!

The hints example: image

enginebai commented 3 years ago

Hi, I know this feature is quite important for our developer, and am working on this. That would be helpful if you find any hints for this.

So far, I recommend https://github.com/PicPay/version-checker-gradle-lint as a workaround.

williamyyu commented 3 years ago

Hey this lint library works great. Thank you