appium-uiautomator2-server
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "appium-uiautomator2-server", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A netty server with uiautomator2 handlers", | ||
@@ -24,7 +24,8 @@ "main": "index.js", | ||
"bump-gradle-version": "node update-gradle-version.js --package-version=${npm_package_version} && git add app/build.gradle", | ||
"build": "./gradlew clean assembleServerDebug assembleServerDebugAndroidTest", | ||
"build": "./gradlew clean assembleServerDebug assembleServerDebugAndroidTest && npm run move-apks", | ||
"move-server": "cp app/build/outputs/apk/server/debug/appium-uiautomator2-server-v${npm_package_version}.apk ./apks", | ||
"move-test": "cp app/build/outputs/apk/androidTest/server/debug/appium-uiautomator2-server-debug-androidTest.apk ./apks", | ||
"move-apks": "rm -rf apks && mkdir -p apks && npm run move-server && npm run move-test", | ||
"version": "npm run bump-gradle-version && npm run build && npm run move-apks" | ||
"version": "npm run bump-gradle-version && npm run build", | ||
"clean-device": "adb uninstall io.appium.uiautomator2.server && adb uninstall io.appium.uiautomator2.server.test" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17722868