Skip to content

bump dependencies and reorganize gradles

TacoTheDank requested to merge (removed):master into master
  • replace maven google url with google()
  • Android Studio 3.1.1 -> 3.2.1
  • net.ltgt.gradle:gradle-errorprone-plugin 0.0.13 -> 0.0.16
  • Gradle 4.4.1 -> 4.9
  • compileSdkVersion 27 -> 28
  • buildToolsVersion 27.0.3 -> 28.0.3
  • Move minSdkVersion and targetSdkVersion from AndroidManifest.xml to build.gradle
  • targetSdkVersion 25 -> 28
  • com.android.support libraries 27.1.1 -> 28.0.0
  • constraint-layout 1.1.2 -> 1.1.3
  • com.google.zxing:core 3.3.2 -> 3.3.3
  • commons-io:commons-io 2.5 -> 2.6
  • commons-net:commons-net 3.5 -> 3.6
  • com.fasterxml.jackson.core 2.8.7 -> 2.8.11
  • ch.acra:acra 4.9.1 -> 4.9.2
  • org.jmdns:jmdns 3.5.3 -> 3.5.5
  • junit:junit 4.12 -> 4.13-beta-1
  • org.mockito:mockito-core 2.7.22 -> 2.23.4
  • Simple variable usage and double bracketing in *.sh files

Merge request reports