There was an error while loading. Please reload this page.
1 parent dea8146 commit 7032c01Copy full SHA for 7032c01
1 file changed
testing-unit/build.gradle.kts
@@ -9,6 +9,10 @@ android {
9
10
compileSdk = libs.versions.androidSdk.compile.get().toInt()
11
12
+ defaultConfig {
13
+ minSdk = libs.versions.androidSdk.min.get().toInt()
14
+ }
15
+
16
compileOptions {
17
sourceCompatibility(libs.versions.javaVersion.get())
18
targetCompatibility(libs.versions.javaVersion.get())
0 commit comments