mtsahakis / MediaProjectionDemo

One Activity sample app of using Android Lollipop MediaProjection API to capture device screenshots
Other
210 stars 76 forks source link

Fix build error on newer Android Studio #25

Closed thehesamgh closed 9 months ago

thehesamgh commented 3 years ago

When you try to build the project on various errors could be seen. It could be solved by updating Gradle version. Also, JCenter is at its end of life, therefore replacing it with mavenCentral is required.