Skip to content

Commit

Permalink
add compileSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacm committed Jun 25, 2023
1 parent ee85fac commit f61ad2a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-saas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
}

android {
compileSdk rootProject.ext.android.compileSdkVersion

defaultConfig {
applicationId "com.growingio.saas"
minSdkVersion 21
Expand Down
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
}

android {
compileSdk rootProject.ext.android.compileSdkVersion

defaultConfig {
applicationId rootProject.ext.android.applicationId + ".v3"
minSdkVersion 21
Expand Down
2 changes: 2 additions & 0 deletions giokit-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {
id 'kotlin-kapt'
}
android {
compileSdk rootProject.ext.android.compileSdkVersion

defaultConfig {
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
Expand Down
1 change: 1 addition & 0 deletions giokit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
}

android {
compileSdk rootProject.ext.android.compileSdkVersion

defaultConfig {
minSdkVersion rootProject.ext.android.minSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
}

android {
compileSdk rootProject.ext.android.compileSdkVersion

defaultConfig {
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
Expand Down

0 comments on commit f61ad2a

Please sign in to comment.