android-http-server icon indicating copy to clipboard operation
android-http-server copied to clipboard

Upgraded to Java 17 and Gradle 8.10.2, updated dependencies

Open Micoder-dev opened this issue 9 months ago • 0 comments

  • Updated the Java source compatibility to version 17 in http/build.gradle, cli/build.gradle, app/build.gradle, and base/build.gradle.
  • Updated the Gradle version to 8.10.2 in gradle/wrapper/gradle-wrapper.properties.
  • Updated the Android Gradle plugin to version 8.8.0 and 7.3.1 in build.gradle
  • Removed jcenter() repository.
  • Add namespace in base/build.gradle and app/build.gradle
  • Removed unnecessary code and change the configuration in build.gradle
  • Removed unnecessary buildscript blocks from app/build.gradle and base/build.gradle.
  • Updated settings.gradle -Updated gradle properties

Micoder-dev avatar Jan 31 '25 19:01 Micoder-dev