stepik-android icon indicating copy to clipboard operation
stepik-android copied to clipboard

script '/buildsystem/secret.gradle': 1: unexpected char: 0x0 @ line 1, column 1.

Open NurseyitTursunkulov opened this issue 3 years ago • 1 comments

I want to start to contribute but the project gives this error. How to solve it?

NurseyitTursunkulov avatar Jul 22 '20 05:07 NurseyitTursunkulov

Hi, try to follow these steps

  1. remove apply from: 'buildsystem/secret.gradle' line from global build.gradle file
  2. create or use your own keystore in signingConfigs section of app/build.gradle
  3. create or use your own google-services.json

eadm avatar Jul 22 '20 08:07 eadm