summaryrefslogtreecommitdiff
path: root/gradle
Commit message (Collapse)AuthorAgeFilesLines
* fix:build:android: Fix VersionCode after 31.12.2020 (#1082)jkoan2021-01-151-1/+5
| | | | | | | | | | | | | | | | | | * fix:build:android: Fix VersionCode after 31.12.2020 Currently the VewrsionCode has the Format yyMMddHHmm which breaked at 01.01.2021 because the maximum allowed Version by Google Play is 2100000000 because of the limitation of older Android Devices. Out currently highest VersionCode is 2012201504 and we need to keep it continuous, so the new Format would be yyyyMMddHH. Of cause this has the limitation that we can "only" create one Versioncode per Hour. But this is the the best @hoehnp and I came up yesterday. As a result a PR will follow which will remove the android build from the master build and instead will add it to a scheduled build (nightly build) * change:build:android:Implement @mvglasow's Idea about a Versioncode every 15min's
* fix:build:android:Add extra security check for gradle.jkoan2020-10-301-0/+1
| | | Just add the security check as mentioned in https://gitlab.com/fdroid/fdroiddata/-/issues/1843
* Fix:build:versioncode needs to use 24h formatjkoan2020-03-041-1/+1
| | | Because if not the version code of something at early pm would be before late am
* Android build fix and update (#827)jandegr2019-08-161-1/+1
|
* Fix Android apk VersionCode (#633)jkoan2018-08-121-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | * Create git-scm-version.gradle * Update build.gradle * Update git-scm-version.gradle * Update build.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * Update git-scm-version.gradle * chnage to get release tags
* Add:Android:checkstyle-javadoc (#595)jandegr2018-05-251-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Android checkstyle and javadoc * bump gradle version * bump gradle version * Android checkstyle and javadoc * ArrayTypeStyle as failure * fix Array brackets at illegal position. * typo * fix Array brackets at illegal position. * CustomImportOrder severity error * optimize imports * optimize imports
* rework:android:Move build system from ant to grandle (#553)jandegr2018-05-022-0/+6
rework:android:Move build system from ant to grandle