signalwareltd / AndroidDvbDriver

Android driver framework for USB TV tuners
GNU General Public License v2.0
204 stars 71 forks source link

Gradle version too low #24

Closed rickyManalo closed 5 years ago

rickyManalo commented 5 years ago

Can someone update this app's gradle to at least 3.2.1? There are a lot of parts that needs to be fixed to work on Android Studio 3.0 and above.

thibautperrin commented 5 years ago

Look at my pull request. I upgraded gradle ;-)

rickyManalo commented 5 years ago

Oh. Thank you. I hope they merge it already.

rickyManalo commented 5 years ago

Hi. I tried to apply your update on my copy and I got problems on idea/modules.xml. Once I change it's content, the files disappears on Android Studio even if I'm using the Project view. I did a Sync with File System but nothing happens. If I revert the modules.xml back to it's previous contents and do a Sync with File System, the files appear again.

thibautperrin commented 5 years ago

On my side, I just tried cloning from scratch, it was without any issue. Since I was on that, I upgraded for the latest gradle coming with Android Studio 3.3: https://github.com/thibautperrin/AndroidDvbDriver/commits/gradle-upgrade You only have to open Android Studio, File, Open from version control, and submit the URL, and it works without asking question.

My branch is here : https://github.com/thibautperrin/AndroidDvbDriver/commits/gradle-upgrade

rickyManalo commented 5 years ago

I think it's fine on my side now as well. After doing some other things, when I got back to Android Studio, everything is already displayed. I think you could close this now.