Skip to content

Commit

Permalink
fix can't pass too long request error by update u2.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
孙圣翔²⁰₂₁ authored and 孙圣翔²⁰₂₁ committed Oct 25, 2024
1 parent 1e7195f commit b7a0c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiautomator2/assets/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

APK_VERSION=$(cat ../version.py| grep apk_version | awk '{print $NF}')
APK_VERSION=${APK_VERSION//[\"\']}
JAR_VERSION="0.1.4"
JAR_VERSION="0.1.5"

cd "$(dirname $0)"

Expand Down

0 comments on commit b7a0c4f

Please sign in to comment.