Skip to content

Commit

Permalink
compile/target SDK to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 9, 2023
1 parent 24f6f04 commit 61852ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ buildscript {
coroutineVersion = '1.7.3'

// Google libraries
activityVersion = '1.7.2'
activityVersion = '1.8.0'
appCompatVersion = '1.6.1'
constraintLayoutVersion = '2.1.4'
materialComponentsVersion = '1.9.0'
materialComponentsVersion = '1.10.0'
fragmentVersion = '1.6.1'
roomVersion = '2.5.2'
lifecycleVersion = '2.6.2'
Expand Down Expand Up @@ -106,8 +106,8 @@ task clean(type: Delete) {

ext {
minSdkVersion = 21
targetSdkVersion = 33
compileSdkVersion = 33
targetSdkVersion = 34
compileSdkVersion = 34
}

nexusStaging {
Expand Down

0 comments on commit 61852ce

Please sign in to comment.