mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
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."
This commit is contained in:
committed by
Victor Zverovich
parent
d951f6dfe7
commit
d286c97753
@@ -1 +1 @@
|
||||
<manifest package="fmt" />
|
||||
<manifest package="org.fmtlib" />
|
||||
|
||||
Reference in New Issue
Block a user