- Add per-module version properties in gradle.properties (SDK_CORE_VERSION, SDK_LICENSE_VERSION, etc.) - Jenkinsfile bumps only selected modules independently - Print published module versions in post-build success step Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 行
302 B
INI
12 行
302 B
INI
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
kotlin.code.style=official
|
|
android.nonTransitiveRClass=true
|
|
PUBLISH_VERSION=1.0.5
|
|
SDK_CORE_VERSION=1.0.5
|
|
SDK_IM_VERSION=1.0.5
|
|
SDK_PUSH_VERSION=1.0.5
|
|
SDK_UPDATE_VERSION=1.0.5
|
|
SDK_WEBVIEW_VERSION=1.0.5
|
|
SDK_LICENSE_VERSION=1.0.5
|