diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index b7323465..13fb4987 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -19,9 +19,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle
- - uses: gradle/gradle-build-action@v2
- with:
- gradle-version: 7.5
+ - name: Create Local Properties File
+ run: touch local.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
diff --git a/README.MD b/README.MD
index 066633b5..f33e0d3c 100644
--- a/README.MD
+++ b/README.MD
@@ -22,7 +22,7 @@
-## Features:
+## 💡 Features:
- download audio/video files from more than 1000 websites
- download playlists or multi select items
@@ -45,7 +45,7 @@
- MVVM Architecture w/ WorkManager
- easy to use :)
-## Screenshots
+## 📲 Screenshots

@@ -62,28 +62,33 @@
-## Connect with YouTube Revanced
+## 💬 Contact
+
+Join our [Telegram Channel](https://t.me/ytdlnis) or [Discord](https://discord.gg/WW3KYWxAPm) for discussion, announcements, and releases!
+
+## 🔑 Connect with YouTube ReVanced
The App's package name is com.deniscerri.ytdl
-## Help Translate on Weblate
+## 📝 Help Translate on Weblate
-## Contributing
+## 😇 Contributing
If you would like to contribute. Please read the [Contributing](CONTRIBUTING.MD) section.
-## License
+## 📄 License
[GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE)
-Warning !!
+⚠️ Warning
+
Except for the source code licensed under the GPLv3 license, all other parties are prohibited from using the 'YTDLnis' name as a downloader app, and the same is true for its derivatives. Derivatives include but are not limited to forks and unofficial builds.
-## Thanks
+## 🙏 Thanks
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist.
- [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android