Skip to content

Commit

Permalink
update README & reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbas committed Oct 20, 2018
1 parent 97e26e0 commit 69c5e62
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

#### Features

- Save and restore a variety of objects ‍`(serialization and decryption)‍`
- `Symmetric` encryption of objects ``(signed by target application at runtime + Hardware_ID)``
- `Save and restore a variety of objects ‍(serialization and deserialization)‍`
- `Symmetric encryption of objects (signed by target application at runtime + Hardware_ID)`
- `‍Very high performance‍`
- Very low library size `(No need for other libraries)`
- Supported and tested in API 15 and above
- Minimal and easy to use :‌)
- Save and restore all objects at ‍‍`runtime in` `RAM` (coming soon)
- Imports data from Shared Preferences to Reactor (coming soon)
- Multiprocess support (coming soon)
- `Very low library size (No need for other libraries)`
- `Supported and tested in API 15 and above`
- `Minimal and easy to use :‌)`
- `Save and restore all objects at ‍‍runtime in RAM (coming soon)`
- `Imports data from Shared Preferences to Reactor (coming soon)`
- `Multiprocess support (coming soon)`



Expand All @@ -40,7 +40,7 @@ Add the dependency :

```Groovy
dependencies {
implementation 'com.github.dfmabbas:reactor:v1.2.0'
implementation 'com.github.dfmabbas:reactor:v1.2.1'
}
```

Expand Down
5 changes: 2 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'kotlin-android'
def mini_api = 15
def compile_api = 28
def target_api = 28
def version_code = 120
def version_name = '1.2.0'
def version_code = 121
def version_name = '1.2.1'

android {
compileSdkVersion compile_api
Expand All @@ -23,7 +23,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: 'kotlin-android-extensions'
def mini_api = 15
def compile_api = 28
def target_api = 28
def version_code = 120
def version_name = '1.2.0'
def version_code = 121
def version_name = '1.2.1'
def support_lib = '28.0.0'

android {
Expand Down

0 comments on commit 69c5e62

Please sign in to comment.