Move the android project from /Java/Android/OlmLibSdk
This commit is contained in:
parent
8ea5bc7960
commit
ccbb9606b7
45 changed files with 3 additions and 3 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
|
@ -36,7 +36,7 @@ To build the javascript bindings, install emscripten from http://kripken.github.
|
||||||
To build the android project for Android bindings, run:
|
To build the android project for Android bindings, run:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
cd java/android/OlmLibSdk
|
cd android
|
||||||
./gradlew clean assembleRelease
|
./gradlew clean assembleRelease
|
||||||
|
|
||||||
Release process
|
Release process
|
||||||
|
|
BIN
android/.DS_Store
vendored
Normal file
BIN
android/.DS_Store
vendored
Normal file
Binary file not shown.
|
@ -22,7 +22,7 @@ Add in the dependencies category::
|
||||||
|
|
||||||
Development
|
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.
|
The project contains some JNI files and some Java wraper files.
|
||||||
|
|
|
@ -6,7 +6,7 @@ MAJOR := 2
|
||||||
MINOR := 0
|
MINOR := 0
|
||||||
PATCH := 0
|
PATCH := 0
|
||||||
OLM_VERSION := $(MAJOR).$(MINOR).$(PATCH)
|
OLM_VERSION := $(MAJOR).$(MINOR).$(PATCH)
|
||||||
SRC_ROOT_DIR := ../../../../../../..
|
SRC_ROOT_DIR := ../../../../..
|
||||||
|
|
||||||
$(info LOCAL_PATH=$(LOCAL_PATH))
|
$(info LOCAL_PATH=$(LOCAL_PATH))
|
||||||
$(info SRC_ROOT_DIR=$(SRC_ROOT_DIR))
|
$(info SRC_ROOT_DIR=$(SRC_ROOT_DIR))
|
Loading…
Reference in a new issue