Skip to content

Commit

Permalink
MBS-9086 Bump up infra version (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-krivobokov authored Nov 17, 2020
1 parent 4204954 commit d6d6bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ org.gradle.caching=true
# mandatory from AGP 3.6
android.useAndroidX=true
# Current stable version to be used in this project
infraVersion=2020.30
infraVersion=2020.31
systemProp.kotlinVersion=1.3.72
systemProp.androidGradlePluginVersion=4.0.2
systemProp.androidGradlePluginVersion=4.1.1
avito.build=local
avito.git.state=local
# Without it failed on studio sync when ci=true. It happens because studio makes eager configuration of each register task.
Expand Down
2 changes: 1 addition & 1 deletion subprojects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.caching=true
android.useAndroidX=true
# The next version of all artifacts
# Scheme: year.<version>
projectVersion=2020.31
projectVersion=2020.32
# TODO: MBS-9285 - https://github.com/gradle/gradle/issues/12660
systemProp.kotlinVersion=1.3.72
systemProp.androidGradlePluginVersion=4.1.1
Expand Down

0 comments on commit d6d6bf1

Please sign in to comment.