Skip to content

Commit

Permalink
sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfriend committed Oct 19, 2023
1 parent 4b4c04b commit b510fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bunnies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ kapt {
android {
namespace = "com.fueledbycaffeine.bunnypedia"

compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "com.fueledbycaffeine.bunnypedia"
minSdkVersion 23
targetSdkVersion 33
versionCode 33
versionName "0.26"
targetSdkVersion 34
versionCode 34
versionName "0.27"

multiDexEnabled true
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ org.gradle.configuration-cache=true

android.useAndroidX=true
android.enableJetifier=true
android.suppressUnsupportedCompileSdk=34

0 comments on commit b510fbd

Please sign in to comment.