|
@@ -22,13 +22,10 @@ See [Releases](../../releases)
|
|
|
|
|
|
## Compiling and Building OLIR
|
|
## Compiling and Building OLIR
|
|
|
|
|
|
-#### Compiling
|
|
|
|
-Run `./gradlew assemble`
|
|
|
|
-
|
|
|
|
-#### Deploying
|
|
|
|
|
|
+#### Compiling & Deploying
|
|
Plug in your Android device and run `./gradlew installDebug`
|
|
Plug in your Android device and run `./gradlew installDebug`
|
|
|
|
|
|
-#### Building a Release
|
|
|
|
|
|
+#### Building a Release APK
|
|
Run `./gradlew assemble`
|
|
Run `./gradlew assemble`
|
|
|
|
|
|
|
|
|