Skip to content

Updates to gradle (and related) files

TacoTheDank requested to merge (removed):gradles into master
  • Update Android Studio from 2.2.2 to 3.2.1
  • Update gradle from 3.2.1-bin to 4.10.2-all
  • Update buildToolsVersion from 24.0.0 to 28.0.3
  • Update compileSdkVersion and targetSdkVersion to 27
  • Java 1.8 compatibility
  • Update test dependencies
  • Replace compile with implementation
  • Bump minSdk to 14, as there's no point in supporting versions that the F-Droid app itself cannot support.
  • Update checkstyle from 7.1 to 7.2 (and added list of newer versions that have breaking changes)
  • Reformat checkstyle.xml file

Signed-off-by: TacoTheDank SkytkRSfan3895@gmail.com

Edited by TacoTheDank

Merge request reports