updated some libs
* kotlin 1.3.50 -> 1.3.60 * androidx.constraintlayout 2.0.0-beta2 -> 2.0.0-beta3
This commit is contained in:
		@ -1,13 +1,13 @@
 | 
			
		||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
 | 
			
		||||
 | 
			
		||||
buildscript {
 | 
			
		||||
    ext.kotlin_version = '1.3.50'
 | 
			
		||||
    ext.kotlin_version = '1.3.60'
 | 
			
		||||
    repositories {
 | 
			
		||||
        google()
 | 
			
		||||
        jcenter()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:3.5.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:3.5.2'
 | 
			
		||||
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user