@@ -12,8 +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.1.0-alpha11" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_7_0' ]
16
- " 7.0.2" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_7_0' ]
15
+ " 7.2.0-alpha04" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_7_0' ]
16
+ " 7.1.0-beta03" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_7_0' ]
17
+ " 7.0.3" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_7_0' ]
17
18
" 4.2.2" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_4_2' , ' MergeResources' ]
18
19
" 4.1.3" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses_4_2' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_4_0' , ' MergeResources' ]
19
20
" 4.0.2" | [' LibraryJniLibs' , ' DataBindingMergeDependencyArtifacts' , ' BundleLibraryClasses' , ' MergeSourceSetFolders' , ' MergeJavaResources' , ' RoomSchemaLocation' , ' StripDebugSymbols' , ' MergeNativeLibs' , ' CompileLibraryResources_4_0' , ' MergeResources' ]
0 commit comments