Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of Android build (with Gradle) #926

Merged
merged 3 commits into from
Nov 6, 2018
Merged

Update of Android build (with Gradle) #926

merged 3 commits into from
Nov 6, 2018

Commits on Nov 2, 2018

  1. Get latest Gradle (ver. 4.10.2)

    Recovery of Gradle build. 1 of N
    Modified several apt configurationss and order of the build
    luncliff committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    149d8ef View commit details
    Browse the repository at this point in the history
  2. Update for Gradle build

    Recovered Gradle build with latest release (ver. 4.10.2)
    
    TravisCI
    - Changed several apt configurations & build steps for Android
    
    AndroidManifest:
    - package name: fmt -> org.fmtlib
    
    Gradle:
    - Plugin version 3.1.3. Requires Gradle 4.4+
    - Removed `x86` (duplicated with `x86_64`)
    - `-std=c++17`. Latest NDK(clang7) should support this
    - Missing `repositories` configuration
    
    For some reason, the `repositories` config affects to the error:
    "Could not find com.android.tools.lint:lint-gradle:26.1.3."
    luncliff committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    65134fe View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Manifest & Gradle comment

    - #926
    - The version of android build results follows latest release(5.2.1)
    - Comment for Gradle and its plugin for android
     - `net.fmtlib` package name in the manifest
    luncliff committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9f4edae View commit details
    Browse the repository at this point in the history