Skip to content

Commit

Permalink
Merge pull request #147 from rubensousa/support-API-19
Browse files Browse the repository at this point in the history
Add support for API 19
  • Loading branch information
rubensousa authored May 16, 2023
2 parents 51e8618 + 81eeca2 commit 5bfaeaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dpadrecyclerview-test-fixtures/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
compileSdk versions.compileSdkVersion

defaultConfig {
minSdk versions.minSdkVersion
minSdk 19
targetSdk versions.targetSdkVersion

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 2 additions & 1 deletion dpadrecyclerview-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ android {
compileSdk versions.compileSdkVersion

defaultConfig {
minSdk versions.minSdkVersion
minSdk 19
targetSdk versions.targetSdkVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments useTestStorageService: 'true'
testInstrumentationRunnerArguments listener: 'com.rubensousa.dpadrecyclerview.testfixtures.recording.TestRecordingListener'
multiDexEnabled true
}

buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion dpadrecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ android {
compileSdk versions.compileSdkVersion

defaultConfig {
minSdk versions.minSdkVersion
minSdk 19
targetSdk versions.targetSdkVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments useTestStorageService: 'true'
testInstrumentationRunnerArguments listener: 'com.rubensousa.dpadrecyclerview.testfixtures.recording.TestRecordingListener'
multiDexEnabled true
}

buildTypes {
Expand Down

0 comments on commit 5bfaeaf

Please sign in to comment.