Automattic-Tracks-Android

Android client for Nosara tracks (event tracking and analytics)

Лицензия

Лицензия

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.automattic
Идентификатор

Идентификатор

tracks
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Automattic-Tracks-Android
Android client for Nosara tracks (event tracking and analytics)
Ссылка на сайт

Ссылка на сайт

https://github.com/Automattic/Automattic-Tracks-Android
Система контроля версий

Система контроля версий

https://github.com/Automattic/Automattic-Tracks-Android

Скачать tracks

Имя Файла Размер
tracks-1.1.0.pom
tracks-1.1.0.aar 36 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.automattic/tracks/ -->
<dependency>
    <groupId>com.automattic</groupId>
    <artifactId>tracks</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.automattic/tracks/
implementation 'com.automattic:tracks:1.1.0'
// https://jarcasting.com/artifacts/com.automattic/tracks/
implementation ("com.automattic:tracks:1.1.0")
'com.automattic:tracks:aar:1.1.0'
<dependency org="com.automattic" name="tracks" rev="1.1.0">
  <artifact name="tracks" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.automattic', module='tracks', version='1.1.0')
)
libraryDependencies += "com.automattic" % "tracks" % "1.1.0"
[com.automattic/tracks "1.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Automattic-Tracks-Android

Client library for tracking user events for later analysis

Introduction

Tracks for Android is a client library used to help track events inside of an application. This project solely is responsible for collecting the events, storing them locally, and on a schedule send them out to the Automattic servers. Realistically this library is only useful for Automattic-based projects but the idea is to share what we've made.

Build

  • Build:
$ ./gradlew assemble
  • Publish to bintray:
$ ./gradlew assemble publishToMavenLocal bintrayUpload -PbintrayUser=XXX -PbintrayKey=XXX -PdryRun=false

Note: running the publishToMavenLocal task is very important, it will create the .po file needed for any maven repository.

Usage

In your gradle config:

dependencies {
    // Replace LATEST_VERSION by the version you need.
    compile 'com.automattic:tracks:LATEST_VERSION'
}

License

Automattic-Tracks-Android is available under the GPL v2 license. See the LICENSE file for more info.

com.automattic

Automattic

We are passionate about making the web a better place.

Версии библиотеки

Версия
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1