From 7f3e93867bebb40f955090afcdf92007c7b203f7 Mon Sep 17 00:00:00 2001 From: Pavel Atanassov Date: Tue, 22 Aug 2023 14:32:53 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20aaac0..4cba73e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Ananas Photo Editor +# AnanasImageEditorFork, a fork of Ananas Photo Editor -[![Download](https://img.shields.io/badge/JitPack-1.2.6-blue.svg)](https://jitpack.io/#LBAteam/AnanasImageEditorFork/1.2.6) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg) +[![Download](https://img.shields.io/badge/JitPack-1.0.0-blue.svg)](https://jitpack.io/#LBAteam/AnanasImageEditorFork/1.0.0) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg) -An easy photo editor integration for your Android apps. +An easy photo editor integration for your Android apps. Forked to this repository to get it running on Android 13+ (API 33+) because the original repository got archived by the author. ## Features @@ -63,7 +63,7 @@ Add it in your root build.gradle at the end of repositories: Add the dependency in gradle file of app module like this ``` -implementation 'com.github.iamutkarshtiwari:Ananas:1.2.6' +implementation 'com.github.LBAteam:AnanasImageEditorFork:v1.0.0' ``` ## [Important!]