diff --git a/gradle.properties b/gradle.properties index 7082f393cb..79e693b9f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -68,5 +68,5 @@ USERSEA_HOST=https\://usersea.ghzs.com/v1d1/ # 请不要手动改动下面的值,除非你明确需要以某个apk作为基准包,需要打包请以scripts/tinker*.sh为准 TINKER_ENABLE= -TINKER_ID=95af9902 -TINKER_BASE_APK_DIR=app-0112-07-30-30_95af9902 +TINKER_ID=536f0e03 +TINKER_BASE_APK_DIR=app-0128-15-35-43_536f0e03 diff --git a/scripts/tinker_env.sh b/scripts/tinker_env.sh index 940a25dc8f..798ee68246 100755 --- a/scripts/tinker_env.sh +++ b/scripts/tinker_env.sh @@ -45,5 +45,6 @@ CMD_GRADLE_RELEASE="${PROJECT_BASE}/gradlew -b ${PROJECT_BASE}/build.gradle asse CMD_GRADLE_PATCH="${PROJECT_BASE}/gradlew -b ${PROJECT_BASE}/build.gradle buildTinkerPatchPublishRelease --parallel" # 打channel release包的apk应该以tinker打基准包的那个apk为准,找出文件名包含flavor publish 的apk -#APP_RELEASE_FILE=${PROJECT_BASE}/release-app/${versionName}_${versionCode}/patch/app-xxxxxx-gitsha/app-publish-release.apk -[ -f ${APP_RELEASE_BASE} ] && APP_RELEASE_FILE=`find ${APP_RELEASE_BASE} -type f -name '*publish*.apk'` \ No newline at end of file +# APP_RELEASE_FILE=${PROJECT_BASE}/release-app/${versionName}_${versionCode}/patch/app-xxxxxx-gitsha/app-publish-release.apk +# [ -f ${APP_RELEASE_BASE} ] && APP_RELEASE_FILE=`find ${APP_RELEASE_BASE} -type f -name '*publish*.apk'` +APP_RELEASE_FILE=`find ${APP_RELEASE_BASE} -type f -name '*publish*.apk'` \ No newline at end of file