• Take time to read Forum Rules | Hot Note | Why You Choose Us?

    Let try and keep the forum Post, comments and reviews in English

    Wishing all Scriptzhub users a joyful and blessed Eid!
    May this season of sacrifice bring you peace, inspiration, and endless creativity.
    Thank you for being part of our growing community of learners and developers.
    — The Scriptzhub Team

Android Modern Word Search

Android Modern Word Search 2024-10-09

No permission to download
2024-10-09

Update log:

1. In AndroidLauncher.java file, added the following line into the onCreate method to avoid random crashes.
getWindow().getDecorView();

2. In the root build.gradle file, comment out gretty. This is not required and causes build errors.
3. In the root build.gradle file, updated google services to 4.4.2.
4. In the root build.gradle file, updated play-services-ads to 23.4.0.
5. In the root build.gradle file, updated user-messaging-platform to 3.0.0.
6. In the root build.gradle file, updated firebase-bom to 33.4.0.
7. In the root build.gradle file, updated billing to 7.1.1.
Paste the following text into gradle.properties:

android.enableR8.fullMode=false
May 3, 2024

  • Upgraded and updated Android and
Back
Top