File tree Expand file tree Collapse file tree 5 files changed +18
-17
lines changed
Expand file tree Collapse file tree 5 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 32
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " com.popovanton0.heartswitch"
1111 minSdk 21
12- targetSdk 32
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion compose_version
39+ kotlinCompilerExtensionVersion compose_compiler_version
4040 }
4141 packagingOptions {
4242 resources {
@@ -47,12 +47,12 @@ android {
4747
4848dependencies {
4949 implementation project(' :heart-switch' )
50- implementation ' androidx.core:core-ktx:1.7 .0'
50+ implementation ' androidx.core:core-ktx:1.9 .0'
5151 implementation " androidx.compose.ui:ui:$compose_version "
5252 implementation " androidx.compose.material:material:$compose_version "
5353 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
54- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.4 .1'
55- implementation ' androidx.activity:activity-compose:1.4.0 '
54+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1'
55+ implementation ' androidx.activity:activity-compose:1.6.1 '
5656 debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
5757
5858 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.2.0'
3+ compose_version = ' 1.3.0'
4+ compose_compiler_version = ' 1.3.2'
45 }
56}
67
78plugins {
8- id ' com.android.application' version ' 7.2.1 ' apply false
9- id ' com.android.library' version ' 7.2.1 ' apply false
10- id ' org.jetbrains.kotlin.android' version ' 1.7.0 ' apply false
11- id ' org.jetbrains.kotlinx.binary-compatibility-validator' version ' 0.11.0 ' apply false
9+ id ' com.android.application' version ' 7.3.0 ' apply false
10+ id ' com.android.library' version ' 7.3.0 ' apply false
11+ id ' org.jetbrains.kotlin.android' version ' 1.7.20 ' apply false
12+ id ' org.jetbrains.kotlinx.binary-compatibility-validator' version ' 0.12.1 ' apply false
1213}
1314
1415task clean (type : Delete ) {
Original file line number Diff line number Diff line change 1- # Wed Feb 23 20:01:26 MSK 2022
21distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
43distributionPath =wrapper/dists
54zipStorePath =wrapper/dists
65zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ plugins {
66}
77
88android {
9- compileSdk 32
9+ compileSdk 33
1010
1111 defaultConfig {
1212 minSdk 21
13- targetSdk 32
13+ targetSdk 33
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 consumerProguardFiles " consumer-rules.pro"
@@ -34,7 +34,7 @@ android {
3434 compose true
3535 }
3636 composeOptions {
37- kotlinCompilerExtensionVersion compose_version
37+ kotlinCompilerExtensionVersion compose_compiler_version
3838 }
3939}
4040
@@ -58,7 +58,7 @@ afterEvaluate {
5858 from components. release
5959 groupId = ' com.popovanton0.heartswitch'
6060 artifactId = ' heart-switch'
61- version = ' 1.1 .0'
61+ version = ' 1.2 .0'
6262 }
6363 }
6464 }
You can’t perform that action at this time.
0 commit comments