Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Tweaking gradle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed Nov 26, 2019
1 parent 81ea7cf commit 9d3798a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,16 @@ ext {
}

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
versionName "$hitogo_library_version"
consumerProguardFiles 'proguard-rules.pro'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
lintOptions {
abortOnError false
}
}

Expand Down
8 changes: 3 additions & 5 deletions support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,16 @@ ext {
}

android {
compileSdkVersion 27
buildToolsVersion "28.0.3"
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
versionName "$hitogo_library_version"
consumerProguardFiles 'proguard-rules.pro'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
lintOptions {
abortOnError false
}
}

Expand Down
8 changes: 3 additions & 5 deletions testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,16 @@ ext {
}

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
versionName "$hitogo_library_version"
consumerProguardFiles 'proguard-rules.pro'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
lintOptions {
abortOnError false
}
}

Expand Down

0 comments on commit 9d3798a

Please sign in to comment.