Skip to content

Commit a6bea15

Browse files
author
hyb1996
committed
修复 UiObjectCollection调用出错的问题
1 parent e197b5c commit a6bea15

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

automator/src/main/java/com/stardust/automator/UiObjectCollection.java

-6
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,6 @@ public Stream<UiObject> parallelStream() {
337337
return mNodes.parallelStream();
338338
}
339339

340-
@RequiresApi(api = Build.VERSION_CODES.N)
341-
@Override
342-
public void forEach(java.util.function.Consumer<? super UiObject> action) {
343-
mNodes.forEach(action);
344-
}
345-
346340
public int size() {
347341
return mNodes.size();
348342
}

common/release/output.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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":{}}]
1+
[{"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":{}}]

project-versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"appVersionCode": 432,
3-
"appVersionName": "4.0.4 Alpha3",
2+
"appVersionCode": 433,
3+
"appVersionName": "4.0.4 Alpha4",
44
"target": 28,
55
"mini": 17,
66
"compile": 28,

0 commit comments

Comments
 (0)