This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/teamcityapp/buildsrc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ License] ( https://img.shields.io/badge/license-Apache_2.0-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
2
2
[ ![ Circle CI] ( https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev.svg?style=shield )] ( https://circleci.com/gh/vase4kin/TeamCityApp/tree/dev )
3
3
[ ![ codecov] ( https://codecov.io/gh/vase4kin/TeamCityApp/branch/dev/graph/badge.svg )] ( https://codecov.io/gh/vase4kin/TeamCityApp )
4
- [ ![ Release] ( https://img.shields.io/badge/release-1.5.0.0_beta3 -blue.svg )] ( https://github.com/vase4kin/TeamCityApp/releases/latest )
4
+ [ ![ Release] ( https://img.shields.io/badge/release-1.5.0.0 -blue.svg )] ( https://github.com/vase4kin/TeamCityApp/releases/latest )
5
5
6
6
<img src =" https://github.com/vase4kin/TeamCityApp/raw/dev/res/screenshots/feature-graphic.png " >
7
7
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ object Config {
23
23
const val compileSdk = 29
24
24
const val targetSdk = 29
25
25
const val buildTools = " 29.0.2"
26
- const val versionCode = 102
27
- const val versionName = " 1.5.0.0-beta3 "
26
+ const val versionCode = 103
27
+ const val versionName = " 1.5.0.0"
28
28
const val applicationId = " com.github.vase4kin.teamcityapp"
29
29
val javaVersion = JavaVersion .VERSION_1_8
30
30
}
You can’t perform that action at this time.
0 commit comments