Skip to content

Commit

Permalink
Version 1.1.4 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored May 15, 2020
1 parent a13d5a6 commit c5119c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The SDK provides:

## Status

[![Download](https://api.bintray.com/packages/crowdin/mobile-sdk/mobile-sdk-android/images/download.svg?version=1.1.3)](https://bintray.com/crowdin/mobile-sdk/mobile-sdk-android/1.1.3/link)
[![Download](https://api.bintray.com/packages/crowdin/mobile-sdk/mobile-sdk-android/images/download.svg?version=1.1.4)](https://bintray.com/crowdin/mobile-sdk/mobile-sdk-android/1.1.4/link)
[![GitHub issues](https://img.shields.io/github/issues/crowdin/mobile-sdk-android?cacheSeconds=3600)](https://github.com/crowdin/mobile-sdk-android/issues)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/crowdin/mobile-sdk-android?cacheSeconds=3600)](https://github.com/crowdin/mobile-sdk-android/graphs/commit-activity)
[![GitHub last commit](https://img.shields.io/github/last-commit/crowdin/mobile-sdk-android?cacheSeconds=3600)](https://github.com/crowdin/mobile-sdk-android/commits/master)
Expand Down Expand Up @@ -47,7 +47,7 @@ The SDK provides:
1. JCenter

```groovy
implementation 'com.crowdin.platform:mobile-sdk:1.1.3'
implementation 'com.crowdin.platform:mobile-sdk:1.1.4'
```

2. Download or clone this module.
Expand Down
4 changes: 2 additions & 2 deletions crowdin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'kotlin-android-extensions'
apply from: '../jacoco.gradle'

ext {
libraryVersionCode = 5
libraryVersionName = "1.1.3"
libraryVersionCode = 6
libraryVersionName = "1.1.4"

bintrayRepo = 'mobile-sdk'
bintrayName = 'mobile-sdk-android'
Expand Down

0 comments on commit c5119c3

Please sign in to comment.