AndroidNetworkTools icon indicating copy to clipboard operation
AndroidNetworkTools copied to clipboard

Migrated entire library and project's sample code to Kotlin, Gradle plugin updated to 7.4.1, target SDK 33, updated all dependencies, AndroidX

Open BharathVishal opened this issue 2 years ago • 0 comments

  • Migrated the entire library and sample project's code to Kotlin
  • Added 'Clear Log' button to the sample project. This clears all the generated logs.
  • Formatted output in log view.
  • Upgraded target SDK to 33, jvmTarget to 11 and build tools to 33.0.0
  • Migrated app to AndroidX and AppCompat.
  • Upgraded library version to 0.4.6
  • Upgraded Gradle plugin to 7.4.1
  • Updated all internal dependencies.

Hi @stealthcopter, I have tested the sample app and the library after performing the Kotlin Migration. :)

BharathVishal avatar Feb 27 '23 12:02 BharathVishal