Skip to content

Commit

Permalink
Update gradle to use compileSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennyc1012 committed May 12, 2023
1 parent 72a7637 commit 413f5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion sdk_version
compileSdk sdk_version
flavorDimensions "default"
namespace "com.kennyc.bottomsheet"

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion sdk_version
compileSdk sdk_version
namespace "com.kennyc.bottomsheetsample"

defaultConfig {
Expand Down

0 comments on commit 413f5ed

Please sign in to comment.