From 738bd3f81927485dc0369407176210bc41d97eaf Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Sat, 2 Jul 2022 18:14:13 +0200 Subject: [PATCH] 0.5.3 - Maintenance Update --- README.md | 12 ++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df2164b..fb6cc2e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Fox's Magisk Module Manager +## Fox Module contest + +If you publish a modules using ANSI color styling or FoxMMM extensions +(see [DEVELOPERS.md](DEVELOPERS.md)) you can enter the contest to win 20€ via PayPal. + +The winning module will be displayed on this spot for at least 2 weeks. + +Note: The module install script must **not** be obfuscated and +be published on a repo supported by FoxMMM to be able to participate. + +The winner will be selected at the end of this month (July). + ## Join us on Telegram! [![Telegram Group](https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2FFox2Code_Chat)](https://telegram.dog/Fox2Code_Chat) diff --git a/app/build.gradle b/app/build.gradle index 6e50233..460b924 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 45 - versionName "0.5.2" + versionCode 46 + versionName "0.5.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }