Skip to content

Releases: scana/ok-gradle

1.0.1

10 Jan 16:46
Compare
Choose a tag to compare

Fixes critical bug with build.gradle support in 1.0.0

v1.0.0

09 Jan 15:11
Compare
Choose a tag to compare
  • New: got rid of Android plugin dependency (resolves #13)
  • Fix: reworked the way modules and their respective Gradle files are accessed (fixes #24)
  • updated Google Repository dependencies

v0.5.0

22 Feb 18:13
Compare
Choose a tag to compare
  • New: Support for adding dependencies to build.gradle.kts (Kotlin script) files!
  • Fix: Properly support undo action

v0.4.0

18 Feb 11:17
Compare
Choose a tag to compare
  • New: support for AndroidX packages
  • Fix: correctly fetch version for every artifact from Google Repository

v0.3.1

05 Feb 20:37
Compare
Choose a tag to compare
  • Fix: Allow plugin to run when there is no project currently opened (#20)

v0.3.0

16 Jan 12:33
Compare
Choose a tag to compare
  • New: support for Bintray repository added (now commons-io:commons-io can be found, thanks to Brohacz)
  • New: omit modules with build.gradle.kts files (support for those is on its way!)
  • New: support kotlin-kapt configuration name for annotation processors (thanks to @DVDAndroid)
  • Fix: duplicated artifacts are no longer displayed on the list

v.0.1.0

23 Oct 16:12
Compare
Choose a tag to compare
  • [feature] Artifacts can now be automatically inserted into build.gradle files! (#4)
  • [feature] Artifacts from all of the sources are now displayed (#10)
  • [feature] Annotation processors are now somewhat supported* (#1)
  • [feature] Tips added
  • [feature] Keyboard shortcuts added - see the tips!
  • [feature] Notifications added
  • plenty of stability fixes - e.g. the plugin does no longer breaks when there is any network connection error

* If Ok, Gradle detects that there is an counterpart artifact with a -compiler postfix, it will automatically add it with the annotationProcessor keyword.

v0.0.2

07 Jan 19:23
Compare
Choose a tag to compare
  • support for JitPack repository (thanks to @babedev)
  • using implementation instead of compile statements
  • copy to clipboard button now copies the whole statement instead of just an artifact

v0.0.1

16 Oct 20:33
Compare
Choose a tag to compare

First release of the plugin.

Changelog

  • support for searching with maven.org repository
  • support for searching with maven.google.com repository