From 8659baecdc8e76b5937ae384b1ae17d85f4855c7 Mon Sep 17 00:00:00 2001 From: Kasim Rangwala Date: Sun, 12 Aug 2018 19:03:59 +0530 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b814550..b096ac1 100644 --- a/README.md +++ b/README.md @@ -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.