baidu-nlp-backend/README.org

1.1 KiB

https://img.shields.io/badge/License-GPL%20v3-blue.svg

Description: Baidu UnifiedNlp Backend, the microG/UnifiedNlp backend that uses Baidu Location API to resolve locations, which is a popular location service in China.

Features

  • Support offline location
  • Support indoor mode

Install

Download in Gitlab Tags Page or install from IzzyOnDroid F-Droid Repository.

Building

  1. Create and fiill keystore information in gradle.properties

    RELEASE_STORE_FILE=../my-release.keystore
    RELEASE_KEY_ALIAS=name
    RELEASE_STORE_PASSWORD=password
    RELEASE_KEY_PASSWORD=password
    
  2. Build with gradle

    ./gradlew assembleRelease

License

GNU General Public License, Version 3.0+