Skip to content

Commit

Permalink
Bump android sdk target to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka committed Mar 17, 2024
1 parent 962c07b commit 55709cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {

android {
namespace 'my.nanihadesuka.lazycolumnscrollbar'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 21
targetSdk 33
targetSdk 34
versionCode 19
versionName "1.9.0"

Expand Down

0 comments on commit 55709cd

Please sign in to comment.