Re-enabled AAPT2.

This commit is contained in:
TaaviE
2018-03-22 21:40:16 +01:00
committed by Andreas Shimokawa
parent 551bf92908
commit cf0a799d7c
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -46,7 +46,10 @@ android {
}
testOptions {
unitTests.returnDefaultValues = true
unitTests {
returnDefaultValues = true
includeAndroidResources = true
}
}
}
@@ -59,7 +62,7 @@ dependencies {
// testImplementation "ch.qos.logback:logback-core:1.1.3"
testImplementation "junit:junit:4.12"
testImplementation "org.mockito:mockito-core:1.10.19"
testImplementation "org.robolectric:robolectric:3.5.1"
testImplementation "org.robolectric:robolectric:3.6.1"
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:27.0.2"