Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasim Rangwala committed Aug 12, 2018
1 parent 49a3c86 commit 8659bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get the Odoo Json-rpc request collection for [Postman](https://github.com/kasim1
While changing the [`applicationId`](https://github.com/kasim1011/OdooJsonRpcClient/blob/c26446ee93e9321805ab132b6370f9bde9b2631b/app/build.gradle#L29), perform the corresponding changes at [`android:accountType`](https://github.com/kasim1011/OdooJsonRpcClient/blob/c26446ee93e9321805ab132b6370f9bde9b2631b/app/src/main/res/xml/authenticator.xml#L3) inside [authenticator.xml](https://github.com/kasim1011/OdooJsonRpcClient/blob/c26446ee93e9321805ab132b6370f9bde9b2631b/app/src/main/res/xml/authenticator.xml) as well as at [Gson's Proguard Rules](https://github.com/kasim1011/OdooJsonRpcClient/blob/c26446ee93e9321805ab132b6370f9bde9b2631b/app/proguard-rules.pro#L59) inside [proguard-rules.pro](https://github.com/kasim1011/OdooJsonRpcClient/blob/master/app/proguard-rules.pro).

Update [`tokenKey`](https://github.com/kasim1011/OdooJsonRpcClient/blob/5edf9e5e66916ecbc6c427c90c0a320ddb00d14f/app/src/main/java/io/gripxtech/odoojsonrpcclient/core/utils/AesSecretKey.kt#L17) inside [AesSecretKey.kt
](https://github.com/kasim1011/OdooJsonRpcClient/blob/master/app/src/main/java/io/gripxtech/odoojsonrpcclient/core/utils/AesSecretKey.kt) as base for performing encryption / decryption of user's sensitive information
](https://github.com/kasim1011/OdooJsonRpcClient/blob/master/app/src/main/java/io/gripxtech/odoojsonrpcclient/core/utils/AesSecretKey.kt) as base for performing **encryption / decryption** of user's sensitive information

Do not hesitate to report [issues](https://github.com/kasim1011/OdooJsonRpcClient/issues) you may find.

Expand Down

0 comments on commit 8659bae

Please sign in to comment.