mirror of
				https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
				synced 2025-11-04 05:00:04 +00:00 
			
		
		
		
	dependencies update
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
			
		||||
buildscript {
 | 
			
		||||
    repositories {
 | 
			
		||||
        jcenter()
 | 
			
		||||
        google()
 | 
			
		||||
        mavenCentral()
 | 
			
		||||
        mavenLocal()
 | 
			
		||||
@@ -8,7 +7,7 @@ buildscript {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.0.2'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.2'
 | 
			
		||||
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 | 
			
		||||
        classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
 | 
			
		||||
        classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:$dexcount_version"
 | 
			
		||||
@@ -19,10 +18,8 @@ buildscript {
 | 
			
		||||
allprojects {
 | 
			
		||||
    repositories {
 | 
			
		||||
        mavenLocal()
 | 
			
		||||
        jcenter()
 | 
			
		||||
        mavenCentral()
 | 
			
		||||
        google()
 | 
			
		||||
        maven { url "https://kotlin.bintray.com/kotlinx" }
 | 
			
		||||
        maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -6,27 +6,27 @@ kotlin.incremental.js=true
 | 
			
		||||
android.useAndroidX=true
 | 
			
		||||
android.enableJetifier=true
 | 
			
		||||
 | 
			
		||||
kotlin_version=1.4.31
 | 
			
		||||
kotlin_coroutines_version=1.4.3
 | 
			
		||||
kotlin_serialisation_core_version=1.1.0
 | 
			
		||||
ktor_version=1.5.2
 | 
			
		||||
micro_utils_version=0.4.36
 | 
			
		||||
kotlin_version=1.5.30
 | 
			
		||||
kotlin_coroutines_version=1.5.2
 | 
			
		||||
kotlin_serialisation_core_version=1.2.2
 | 
			
		||||
ktor_version=1.6.3
 | 
			
		||||
micro_utils_version=0.5.24
 | 
			
		||||
 | 
			
		||||
compose_version=0.3.2
 | 
			
		||||
compose_version=1.0.0-alpha3
 | 
			
		||||
 | 
			
		||||
# ANDROID
 | 
			
		||||
 | 
			
		||||
android_minSdkVersion=21
 | 
			
		||||
android_compileSdkVersion=30
 | 
			
		||||
android_buildToolsVersion=30.0.2
 | 
			
		||||
dexcount_version=2.0.0
 | 
			
		||||
android_buildToolsVersion=30.0.3
 | 
			
		||||
dexcount_version=3.0.0
 | 
			
		||||
junit_version=4.12
 | 
			
		||||
test_ext_junit_version=1.1.2
 | 
			
		||||
espresso_core=3.3.0
 | 
			
		||||
 | 
			
		||||
# Dokka
 | 
			
		||||
 | 
			
		||||
dokka_version=1.4.20
 | 
			
		||||
dokka_version=1.5.0
 | 
			
		||||
 | 
			
		||||
# Project data
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user