From 8201af5af99fe59c3d34d6b53ad2bc9684a6e9de Mon Sep 17 00:00:00 2001 From: Andrey Tolpeev Date: Sun, 19 Apr 2020 15:27:52 +0800 Subject: [PATCH] Prepare release 1.52.0 (#322) --- README.md | 2 +- buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55a41c15..10214d3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Circle CI](https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev.svg?style=shield)](https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev) [![codecov](https://codecov.io/gh/vase4kin/TeamCityApp/branch/dev/graph/badge.svg)](https://codecov.io/gh/vase4kin/TeamCityApp) -[![Release](https://img.shields.io/badge/release-1.5.1.1-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest) +[![Release](https://img.shields.io/badge/release-1.52.0-blue.svg)](https://github.com/vase4kin/TeamCityApp/releases/latest) diff --git a/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt b/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt index b054ca00..b52b83ad 100644 --- a/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt +++ b/buildSrc/src/main/kotlin/teamcityapp/buildsrc/Dependencies.kt @@ -23,8 +23,8 @@ object Config { const val compileSdk = 29 const val targetSdk = 29 const val buildTools = "29.0.2" - const val versionCode = 107 - const val versionName = "1.5.1.1" + const val versionCode = 108 + const val versionName = "1.52.0" const val applicationId = "com.github.vase4kin.teamcityapp" val javaVersion = JavaVersion.VERSION_1_8 }