Skip to content

Commit

Permalink
Fix slight README issue
Browse files Browse the repository at this point in the history
  • Loading branch information
james-millner committed Jul 16, 2024
1 parent bd9fdd8 commit 6c49da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Kotlin Fit Converter

[![Kotlin](https://img.shields.io/badge/kotlin-2.0.0-blue.svg)](https://kotlinlang.org/)
[![Latest Release](https://img.shields.io/badge/0.4.8-alpha-red)](https://github.com/example/garmin-fit-converter/releases)
[![Latest Release](https://img.shields.io/badge/0.4.9-alpha-red)](https://github.com/example/garmin-fit-converter/releases)
[![Gradle Build & Test](https://github.com/james-millner/kotlin-fit-converter/actions/workflows/gradle.yml/badge.svg)](https://github.com/james-millner/kotlin-fit-converter/actions/workflows/gradle.yml)

The Kotlin Fit Converter Library is a Kotlin-based utility that allows users to convert Garmin FIT files into different formats.

> The Flexible and Interoperable Data Transfer (FIT) protocol is designed specifically for the storing and sharing of data that originates from sport, fitness and health devices. The FIT protocol defines a set of data storage templates (FIT messages) that can be used to store information such as activity data, courses, and workouts. It is designed to be compact, interoperable and extensible.
The Garmin FIT SDK within `/external-jar` is property of Garmin International Inc. Please read and accept Garmin license agreement before using this SDK.
The Garmin FIT SDK is property of Garmin International Inc. Please read and accept Garmin license agreement before using this SDK.
To ensure full understanding and legal compliance, users thoroughly review the accompanying [license agreement](https://developer.garmin.com/fit/download/). This agreement provides key information on the permissions, restrictions, and legal responsibilities related to the Garmin FIT SDK.

Source: https://developer.garmin.com/fit/overview/

The version of the Garmin FIT SDK used in this project is **21.133.00.**
The version of the Garmin FIT SDK used in this project is **21.141.0.**

## Features

Expand Down
2 changes: 1 addition & 1 deletion kotlin-fit-converter-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
}

group = "kjm.fit.converter"
version = "0.4.8-alpha"
version = "0.4.9-alpha"

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit 6c49da6

Please sign in to comment.