Skip to content

Commit

Permalink
Bump androidx dependencies, compileSdkVersion to 33 and versionCode t…
Browse files Browse the repository at this point in the history
…o 365
  • Loading branch information
psychowood committed Apr 18, 2023
1 parent eb1d6d7 commit 619f6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def getVersionCode = { return versionCode }
def getApplicationId = { return applicationId }

android {
compileSdkVersion 30
compileSdkVersion 33
defaultConfig {
applicationId getApplicationId()
minSdkVersion 23
Expand All @@ -29,10 +29,11 @@ dependencies {
implementation 'com.google.android.gms:play-services-wearable:18.0.0'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha03'
implementation 'androidx.wear:wear:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.wear:wear:1.2.0'
compileOnly 'com.google.android.wearable:wearable:2.9.0'
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
compileOnly 'org.projectlombok:lombok:1.18.12'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
annotationProcessor 'org.projectlombok:lombok:1.18.12'
//noinspection AnnotationProcessorOnCompilePath
compileOnly 'org.projectlombok:lombok:1.18.12'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

ext {
applicationId = 'com.psychowood.twelveishredux'
versionCode = 364
versionCode = 365
versionName = '2.4.1'
}

Expand Down

0 comments on commit 619f6fa

Please sign in to comment.