Skip to content

Commit

Permalink
Upgrade to API Level 33
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 5, 2023
1 parent b875a71 commit 34feecb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'

android {

compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.albertogeniola.merossconf"
minSdkVersion 16
targetSdkVersion 31
versionCode 16
versionName "0.0.9rc1"
versionCode 17
versionName "0.0.9rc2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -68,8 +68,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'

//noinspection AnnotationProcessorOnCompilePath
compileOnly 'org.projectlombok:lombok:1.18.20'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'

implementation project(path: ':merosslib')
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down

0 comments on commit 34feecb

Please sign in to comment.