Skip to content

Commit

Permalink
Prepare for Gradle Plugin release 2.2.0 (#120)
Browse files Browse the repository at this point in the history
* Prepare for Gradle Plugin release 2.2.0

* add

* update latest
  • Loading branch information
trevor-e authored Feb 22, 2024
1 parent df74488 commit 2898d95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository contains all publicly available Emerge Android products and integrati

| Artifact | Description | Latest | Min SDK |
|-------------------------------------------------|-------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `com.emergetools.android` | Emerge Gradle Plugin | 2.1.6 | N/A |
| `com.emergetools.android` | Emerge Gradle Plugin | 2.2.0 | N/A |
| `com.emergetools.test:performance` | Performance testing SDK | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.emergetools.test/performance/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.emergetools.test/performance) | 23 |
| `com.emergetools.snapshots:snapshots` | Snapshot testing SDK | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots) | 26 |
| `com.emergetools.snapshots:snapshots-processor` | Snapshot KSP processor for Composable snapshots | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots-processor/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots) | N/A |
Expand Down
6 changes: 6 additions & 0 deletions gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.2.0 - 2024-02-22

- Uses `tag` in favor of deprecated `buildType` field. [#118](https://github.com/EmergeTools/emerge-android/pull/118)
- Set a custom user agent for uploads. [#118](https://github.com/EmergeTools/emerge-android/pull/118)
- Updates the generated snapshot URL. [#119](https://github.com/EmergeTools/emerge-android/pull/119)

## 2.1.6 - 2023-11-13

- Fix for Git configuration cache issues. [#52](https://github.com/EmergeTools/emerge-android/pull/52)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ okhttp = "4.10.0"
junit-jupiter = "5.8.2"

# internal
emerge-gradle-plugin = "2.1.6"
emerge-gradle-plugin = "2.2.0"
emerge-peformance = "2.1.1"
emerge-snapshots = "0.8.5"

Expand Down

0 comments on commit 2898d95

Please sign in to comment.