Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2026-05-10

### Changed
- Updated dependencies and Gradle wrapper.
- Streamlined CI workflows.
- Cleaned up Gradle properties and project configuration.

### Removed
- Removed TROUBLESHOOTING.md and Renovate configuration.

## [1.0.1] - 2025-09-11

### Added
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Coordinates.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const val PUBLISHING_GROUP = "dev.simonas"

object AppCoordinates {
const val APP_ID = "dev.simonas.quies"
const val APP_VERSION_NAME = "1.0.1"
const val APP_VERSION_CODE = 33
const val APP_VERSION_NAME = "1.0.2"
const val APP_VERSION_CODE = 34
}
Loading