Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krottv committed Feb 23, 2022
1 parent e488d4a commit 38aa172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
ext.compose_version = "1.1.0-beta02"
ext.kotlin_version = '1.5.31'
ext.compose_version = "1.1.0"
ext.kotlin_version = '1.6.10'
ext.androidx_activity_ktx = '1.4.0'
ext.coroutines_version = "1.5.2"
ext.coroutines_version = "1.6.0"
ext.core_ktx_version = "1.7.0"
}

plugins {
id 'com.android.application' version '7.1.0-beta03' apply false
id 'com.android.library' version '7.1.0-beta03' apply false
id 'org.jetbrains.kotlin.android' version '1.5.31' apply false
id 'com.android.application' version '7.1.1' apply false
id 'com.android.library' version '7.1.1' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}

task clean(type: Delete) {
Expand Down
4 changes: 1 addition & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -65,7 +63,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.krottv'
artifactId = 'compose-sliders'
version = '0.1.3'
version = '0.1.4'
}
}
}
Expand Down

0 comments on commit 38aa172

Please sign in to comment.