From 60c8eea7425aa81dcb4c3177fd6b20eea942e0bd Mon Sep 17 00:00:00 2001 From: LivingWithHippos Date: Tue, 22 Sep 2020 19:55:19 +0200 Subject: [PATCH] remove example jsons --- app/app/src/main/assets/json/authentication.json | 8 -------- app/app/src/main/assets/json/user.json | 11 ----------- 2 files changed, 19 deletions(-) delete mode 100644 app/app/src/main/assets/json/authentication.json delete mode 100644 app/app/src/main/assets/json/user.json diff --git a/app/app/src/main/assets/json/authentication.json b/app/app/src/main/assets/json/authentication.json deleted file mode 100644 index 6e3519923..000000000 --- a/app/app/src/main/assets/json/authentication.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "device_code": "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", - "user_code": "ABCDEF0123456", - "interval": 5, - "expires_in": 1800, - "verification_url": "https:\/\/real-debrid.com\/device", - "direct_verification_url": "https:\/\/real-debrid.com\/authorize" -} \ No newline at end of file diff --git a/app/app/src/main/assets/json/user.json b/app/app/src/main/assets/json/user.json deleted file mode 100644 index a0f6f8383..000000000 --- a/app/app/src/main/assets/json/user.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": 1, - "username": "string", - "email": "string", - "points": 1, - "locale": "string", - "avatar": "string", - "type": "string", - "premium": 1, - "expiration": "string" -} \ No newline at end of file