修复 UiObjectCollection调用出错的问题

This commit is contained in:
hyb1996
2018-10-18 17:06:08 +08:00
parent e197b5c43f
commit a6bea15ca0
3 changed files with 3 additions and 9 deletions

View File

@@ -337,12 +337,6 @@ public class UiObjectCollection implements List<UiObject> {
return mNodes.parallelStream();
}
@RequiresApi(api = Build.VERSION_CODES.N)
@Override
public void forEach(java.util.function.Consumer<? super UiObject> action) {
mNodes.forEach(action);
}
public int size() {
return mNodes.size();
}

View File

@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":432,"versionName":"4.0.4 Alpha3","enabled":true,"outputFile":"commonRelease-4.0.4 Alpha3.apk","fullName":"commonRelease","baseName":"common-release"},"path":"commonRelease-4.0.4 Alpha3.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":433,"versionName":"4.0.4 Alpha4","enabled":true,"outputFile":"commonRelease-4.0.4 Alpha4.apk","fullName":"commonRelease","baseName":"common-release"},"path":"commonRelease-4.0.4 Alpha4.apk","properties":{}}]

View File

@@ -1,6 +1,6 @@
{
"appVersionCode": 432,
"appVersionName": "4.0.4 Alpha3",
"appVersionCode": 433,
"appVersionName": "4.0.4 Alpha4",
"target": 28,
"mini": 17,
"compile": 28,