Skip to content

Commit

Permalink
Update AGP and Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Feb 19, 2019
1 parent 4678bf0 commit 0e5ec22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ object BuildDetails {
}

object Versions {
const val agp = "3.3.0-beta02"
const val agp = "3.5.0-alpha04"
const val supportLib = "28.0.0"
const val constraintLayout = "1.1.3"
const val kotlin = "1.2.71"
const val kotlin = "1.3.20"
const val androidKtx = "0.3"
const val archNavigation = "1.0.0-alpha06"
const val flexBox = "1.0.0"
Expand Down
19 changes: 2 additions & 17 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#
# Copyright 2018 Arunkumar
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#Wed Sep 12 23:52:10 IST 2018
#Tue Feb 19 01:20:51 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit 0e5ec22

Please sign in to comment.