Skip to content

Commit

Permalink
More override for minsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Dec 9, 2023
1 parent 9085285 commit 234415b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ android {
androidResources = false
buildConfig = true
}

defaultConfig {
minSdk = 1
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 4 additions & 0 deletions library/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<manifest xmlns:tools="http://schemas.android.com/tools">

<uses-sdk tools:overrideLibrary="
android.support.test,
androidx.annotation.experimental
androidx.test.annotation,
androidx.tracing,
androidx.test.ext.junit,
androidx.test.rules,
androidx.test.runner,
Expand Down

0 comments on commit 234415b

Please sign in to comment.