Skip to content

Releases: ioki-mobility/SentryProguardGradlePlugin

2.3.0

20 Jun 12:24
Compare
Choose a tag to compare

What's Changed

  • Fix empty javadoc
  • Add support for Intel based MacOS and Windows
  • Test differnt versions of AGP
  • Sign artifacts only on release (CI)
  • Bump com.android.tools.build:gradle from 8.2.0 to 8.5.0
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0
  • Bump actions/cache from 3 to 4
  • Bump Gradle Wrapper from 8.5 to 8.8
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
  • Update Sentry CLI from 2.23.1 to 2.32.1
  • Bump actions/setup-node from 3 to 4 by
  • Bump org.jetbrains.kotlin.jvm from 1.9.21 to 2.0.0
  • Bump org.jetbrains.dokka from 1.9.10 to 1.9.20
  • Bump Gradle Wrapper from 8.6 to 8.7
  • Make Sentry Extension Public for Kotlin DSL Compatibility

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

21 Dec 09:12
Compare
Choose a tag to compare

Breaking changes

We don't publish this plugin to jitpack anymore.
Use maven central instead.

The plugin id however, didn't changed.

What's Changed

  • Bump org.gradle.wrapper-upgrade from 0.11.2 to 0.11.3 by @dependabot in #54
  • Bump org.gradle.wrapper-upgrade from 0.11.3 to 0.11.4 by @dependabot in #56
  • Bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 by @dependabot in #55
  • Bump Gradle Wrapper from 8.3 to 8.4 by @github-actions in #57
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot in #58
  • Remove gradle wrapper upgrade plugin by @StefMa in #60
  • Bump com.android.tools.build:gradle from 8.1.2 to 8.1.3 by @dependabot in #61
  • Bump org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.20 by @dependabot in #59
  • Bump com.android.tools.build:gradle from 8.1.3 to 8.1.4 by @dependabot in #62
  • Bump org.jetbrains.kotlin.jvm from 1.9.20 to 1.9.21 by @dependabot in #63
  • Bump Gradle Wrapper from 8.4 to 8.5 by @iokibot in #64
  • Bump actions/setup-java from 3 to 4 by @dependabot in #67
  • Bump com.android.tools.build:gradle from 8.1.4 to 8.2.0 by @dependabot in #66
  • Maven central by @StefMa in #71

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

12 Sep 12:30
Compare
Choose a tag to compare

What's Changed

  • Bump Gradle Wrapper from 8.1.1 to 8.2 by @github-actions in #41
  • Bump org.gradle.wrapper-upgrade from 0.11.1 to 0.11.2 by @dependabot in #42
  • Bump Gradle Wrapper from 8.2 to 8.2.1 by @github-actions in #44
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.5.0 to 0.6.0 by @dependabot in #45
  • Bump org.jetbrains.kotlin.jvm from 1.8.22 to 1.9.0 by @dependabot in #43
  • Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #46
  • Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 by @dependabot in #47
  • Bump Gradle Wrapper from 8.2.1 to 8.3 by @github-actions in #48
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.6.0 to 0.7.0 by @dependabot in #49
  • Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 by @dependabot in #51
  • Bump org.jetbrains.kotlin.jvm from 1.9.0 to 1.9.10 by @dependabot in #50
  • Bump actions/checkout from 3 to 4 by @dependabot in #53
  • Bump mikepenz/action-junit-report from 3 to 4 by @dependabot in #52

Full Changelog: 2.0.0...2.1.0

2.0.0

15 Jun 15:05
Compare
Choose a tag to compare

Breaking change
You have to remove the AndroidManifest placeholder from the AndroidManifest.
The plugin will add it automatically now. See #39

  • Dependency updates
  • Uses AndroidManifest transformation to add meta-data to it (#39)

Diff: 1.1.1...2.0.0

1.1.1

31 May 13:30
Compare
Choose a tag to compare

Hotfix release.
It should be used instead of 1.1.0

  • Fix upload command execution (#38)

Diff: 1.1.0...1.1.1

1.1.0

26 May 11:53
Compare
Choose a tag to compare
  • Dependency updates
  • Gradle Wrapper Update (8.0 -> 8.1.1)
  • Fix for configuration cache
  • Publish Plugin to GitHub Package Registry too!
    Check the README how to do that.

Diff: 1.0.0...1.1.0

1.0.0

10 Mar 07:38
Compare
Choose a tag to compare

Initial release