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