Move the android project from /Java/Android/OlmLibSdk

release-v2.2.0
ylecollen 2017-01-10 16:06:21 +01:00
parent 8ea5bc7960
commit ccbb9606b7
45 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -36,7 +36,7 @@ To build the javascript bindings, install emscripten from http://kripken.github.
To build the android project for Android bindings, run:
.. code:: bash
cd java/android/OlmLibSdk
cd android
./gradlew clean assembleRelease
Release process

BIN
android/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -22,7 +22,7 @@ Add in the dependencies category::
Development
-----------
import the project from the ``/java/android/OlmLibSdk`` path.
import the project from the ``android/`` path.
The project contains some JNI files and some Java wraper files.

View File

@ -6,7 +6,7 @@ MAJOR := 2
MINOR := 0
PATCH := 0
OLM_VERSION := $(MAJOR).$(MINOR).$(PATCH)
SRC_ROOT_DIR := ../../../../../../..
SRC_ROOT_DIR := ../../../../..
$(info LOCAL_PATH=$(LOCAL_PATH))
$(info SRC_ROOT_DIR=$(SRC_ROOT_DIR))