Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "20.1.0"
".": "20.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [20.2.0](https://github.com/gimportexportdevs/gexporter/compare/v20.1.0...v20.2.0) (2026-07-06)


### Features

* add UI translations for 28 major languages ([18583fa](https://github.com/gimportexportdevs/gexporter/commit/18583fa8b05747c91a713f0c9d64052bb34ab7aa))
* target Android SDK 37, upgrade AGP 9.2.1 / Gradle 9.6, update deps ([fea0412](https://github.com/gimportexportdevs/gexporter/commit/fea0412c1b24a4484f4999a203aee48a4a2e151a))

## [20.1.0](https://github.com/gimportexportdevs/gexporter/compare/v20.0.0...v20.1.0) (2026-07-06)


Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
// Version components from release-please
// versionCode = MAJOR * 10000 + MINOR * 100 + PATCH (e.g., 20.0.0 -> 200000)
def versionMajor = 20 // x-release-please-major
def versionMinor = 1 // x-release-please-minor
def versionMinor = 2 // x-release-please-minor
def versionPatch = 0 // x-release-please-patch

android {
Expand Down