From e8c2b40f9575612d028f8fbd489281fc9802487f Mon Sep 17 00:00:00 2001 From: Thierry Dassonville Date: Wed, 5 Feb 2025 17:42:33 +0100 Subject: [PATCH] Archive project Indicate in the readme that the project is now archived. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce8a103..f7caf5b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ _Easy reflection for Java and Android_ +## Project is Archived + +This project is no longer maintained. + ## Introduction _Mirror_ turns a private class you want to use reflection on into a Java interface. @@ -85,9 +89,10 @@ void setField(String aString); ## Download -Gradle: +This project is now archived, no release or update will be provided. +You should probably embbed the code or resulting jar into your app to avoid any security risk. - compile 'com.genymobile:mirror:1.0.0' +Alternatively, _Mirror_ can be used via Jitpack. See https://jitpack.io/#Genymobile/mirror/1.0.0 Mirror requires at minimum Java 7.