@@ -12,9 +12,9 @@ class WorkaroundTest extends Specification {
12
12
workarounds. collect { it. class. simpleName. replaceAll(/ Workaround/ , " " ) }. sort() == expectedWorkarounds. sort()
13
13
where :
14
14
androidVersion | expectedWorkarounds
15
- " 7.3.0-alpha07 " | [' ZipMergingTask ' , ' LibraryJniLibs ' , ' DataBindingMergeDependencyArtifacts ' , ' BundleLibraryClasses ' , ' MergeSourceSetFolders' , ' RoomSchemaLocation' , ' StripDebugSymbols ' , ' MergeNativeLibs ' , ' CompileLibraryResources ' ]
16
- " 7.2.0-beta04" | [' ZipMergingTask ' , ' LibraryJniLibs ' , ' DataBindingMergeDependencyArtifacts ' , ' BundleLibraryClasses ' , ' MergeSourceSetFolders' , ' RoomSchemaLocation' , ' StripDebugSymbols ' , ' MergeNativeLibs ' , ' CompileLibraryResources ' ]
17
- " 7.1.3" | [' ZipMergingTask ' , ' LibraryJniLibs ' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses ' , ' MergeSourceSetFolders ' , ' RoomSchemaLocation ' , ' StripDebugSymbols ' , ' MergeNativeLibs ' , ' CompileLibraryResources ' ]
18
- " 7.0.4" | [' ZipMergingTask ' , ' LibraryJniLibs ' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses ' , ' MergeSourceSetFolders ' , ' RoomSchemaLocation ' , ' StripDebugSymbols ' , ' MergeNativeLibs ' , ' CompileLibraryResources ' ]
15
+ " 7.3.0-alpha08 " | [' CompileLibraryResources ' , ' MergeNativeLibs ' , ' MergeSourceSetFolders' , ' RoomSchemaLocation' , ' ZipMergingTask ' ]
16
+ " 7.2.0-beta04" | [' CompileLibraryResources ' , ' MergeNativeLibs ' , ' MergeSourceSetFolders' , ' RoomSchemaLocation' , ' ZipMergingTask ' ]
17
+ " 7.1.3" | [' BundleLibraryClasses ' , ' CompileLibraryResources ' , ' DataBindingMergeDependencyArtifacts' , ' LibraryJniLibs ' , ' MergeNativeLibs ' , ' MergeSourceSetFolders ' , ' RoomSchemaLocation ' , ' StripDebugSymbols ' , ' ZipMergingTask ' ]
18
+ " 7.0.4" | [' BundleLibraryClasses ' , ' CompileLibraryResources ' , ' DataBindingMergeDependencyArtifacts' , ' LibraryJniLibs ' , ' MergeNativeLibs ' , ' MergeSourceSetFolders ' , ' RoomSchemaLocation ' , ' StripDebugSymbols ' , ' ZipMergingTask ' ]
19
19
}
20
20
}
0 commit comments