Updated Building AntennaPod (markdown)

Sam Lee 2019-09-28 16:20:20 -07:00
parent ec763f857d
commit db34687b99

@ -15,17 +15,7 @@ In order to be able to build the app, you should download the following SDK comp
- Android support library
## Step 2: (Optional) Enter flattr API keys
AntennaPod accesses the Flattr API for flattring podcasts. In order to gain access, a client ID and a client secret is required, which you can get by registering a new app on the flattr website. The official API credentials have been excluded from the public source code.
You can enter your own API credentials in the `gradle.properties` file in the root folder of the project like this:
flattrAppKey="123"
flattrAppSecret="abc"
Note that adding API credentials is not necessary for building the app. If no credentials are added, the flattr integration of the app will be disabled.
## Step 3: Set up build system
## Step 2: Set up build system
There are several different tools available for building AntennaPod. You only have to choose one of them.