Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Nov 26, 2023
1 parent e64c11c commit 8586fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 34
buildToolsVersion "32.0.0"
namespace "com.hoc081098.viewbindingdelegate"

defaultConfig {
minSdkVersion 14
targetSdkVersion 32
targetSdkVersion 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 8586fe5

Please sign in to comment.