Skip to content

Commit

Permalink
Update README.md (droidconKE#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangerekaharun authored Sep 11, 2023
1 parent 935e1cf commit 081ece3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# droidcon KE 23 🔥🔨

Android app for the 4th Android Developer conference- droidcon to be held in Nairobi on 8th - 10th
Android app for the 4th Android Developer conference- Droidcon Kenya to be held in Nairobi on 8th - 10th
November.

This project is the Android app for the conference. The app supports devices running Android 5.0+,
and is optimized for phones and tablets of all shapes and sizes.

## Running the Project

To ensure the project runs on your local environment ensure to you have Java 11 on your pc or if you
To ensure the project runs on your local environment ensure you have Java 17 on your PC or if you
don't have you can install it
from [here](https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html).
from [here](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html).

If you have multiple installations of Java make sure to set Java 11 as your preferred version to run
If you have multiple installations of Java make sure to set Java 17 as your preferred version to run
the project.

With the new Android Gradle Plugin version 8.0.0, you need Java 17 to run the project and any
terminal commands. A workaround for this, it to add this in your **global** gradle.properties file:
terminal commands. A workaround for this is to add this in your **global** gradle.properties file:

```properties
org.gradle.java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
Expand Down Expand Up @@ -70,7 +70,7 @@ This layer will contain;

## Features

App will have the following features:
The app will have the following features:

- Sessions
- Feed
Expand Down

0 comments on commit 081ece3

Please sign in to comment.