mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
36fb216dcf
* Create tx_pull_all_translations.cmd * Add script: build_and_release.cmd * Workaround play-publisher issue 597 ref: https://github.com/Triple-T/gradle-play-publisher/issues/597 * Display generated APK versionCode after build * Create versions.gradle * postbuild_rename_apk: Get versionCode from "versions.gradle", copy instead of rename * Fix Workaround for GPP left-over process kill * Update build.gradle
6 lines
94 B
Groovy
6 lines
94 B
Groovy
ext {
|
|
versionMajor = 1
|
|
versionMinor = 2
|
|
versionPatch = 0
|
|
versionWrapper = 2
|
|
}
|