Skip to content

Commit

Permalink
[Version] 🎉 Welcome to 1.00.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercandj committed Apr 7, 2019
1 parent 4795b65 commit 1307856
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
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/Mercandj/file-android.svg?branch=master)](https://travis-ci.org/Mercandj/file-android)
[![Version](https://img.shields.io/badge/version-1.00.35-607D8B.svg?style=flat-square&label=version)](https://github.com/Mercandj/file-android/releases/tag/1.00.35)
[![Version](https://img.shields.io/badge/version-1.00.36-607D8B.svg?style=flat-square&label=version)](https://github.com/Mercandj/file-android/releases/tag/1.00.36)
[![Kotlin](https://img.shields.io/badge/kotlin-1.3.21-f5801e.svg?style=flat-square)](http://kotlinlang.org)
[![Ktor](https://img.shields.io/badge/ktor-1.0.0-f50057.svg?style=flat-square)](https://ktor.io/)
[![Ktor](https://img.shields.io/badge/ktor-1.1.3-f50057.svg?style=flat-square)](https://ktor.io/)
[![PlayStore URL](https://img.shields.io/badge/play%20store-team%20mercan-1DA1F2.svg?style=flat-square&logo=android)](https://play.google.com/store/apps/details?id=com.mercandalli.android.apps.files)

# File manager on Android
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ task clean(type: Delete) {

ext {
// Why 1_00_X_XX_XX? -> Previous support of density split
appVersionCode = 1_00_1_00_35
appVersionName = "1.00.35"
appVersionCode = 1_00_1_00_36
appVersionName = "1.00.36"

compileSdkVersion = 28
buildToolsVersion = "28.0.3"
Expand Down

0 comments on commit 1307856

Please sign in to comment.