Skip to content

Commit 19d66af

Browse files
Updated README.md
1 parent cf9625e commit 19d66af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ You might need to do a small refactor of your app's code, but **the advantages a
1616
- Quickly fix & deploy a patch for a method
1717
- Add methods to classes
1818
- Hotpatch does not need the app to restart
19+
- Updating an app using Hotpatch **does not require root!**
1920

2021

2122
## Quick usage demo:
@@ -78,7 +79,10 @@ Push the updated .jar to the same path as the previous. In your Android app, you
7879
7980
and you'll have your updated library loaded into the app. Now, whenever you execute *getVersionString()* you will get *"libversion 2.0"*
8081

81-
## Compiling an application as a library:
82-
82+
## Compiling an application as a library (Android Studio / Eclipse):
8383

84+
1. Start a new android project
85+
2. Add the classes that you want to be updatable
86+
3. Build an APK
87+
4. Rename the .apk file to .jar
8488

0 commit comments

Comments
 (0)