Skip to content

Commit

Permalink
refactor #818 Use root project's values.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Dec 29, 2021
1 parent eb90687 commit 4313814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ plugins {
id 'kotlin-kapt'
}
android {
compileSdkVersion 31
compileSdkVersion rootProject.ext.compileSdk

defaultConfig {
minSdkVersion 24
minSdkVersion rootProject.ext.minSdk
targetSdkVersion 31
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 4313814

Please sign in to comment.