pachli-android/tools/mvstring
renovate[bot] f8fed14ba1
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.3 (#294)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ch.qos.logback:logback-classic](http://logback.qos.ch)
([source](https://togithub.com/qos-ch/logback),
[changelog](https://logback.qos.ch/news.html)) | `1.4.11` -> `1.5.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/ch.qos.logback:logback-classic/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/ch.qos.logback:logback-classic/1.4.11/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.4.11/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/pachli/pachli-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuMjIwLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 20:18:13 +01:00
..
src/main/kotlin/app/pachli/mvstring feat: Allow the user to send an error report without a crash (#406) 2024-02-02 15:34:31 +01:00
README.md refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
build.gradle.kts fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.3 (#294) 2024-03-04 20:18:13 +01:00
settings.gradle.kts refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00

README.md

mvstring

Synopsis

mvstring moves a string resource from one module to another.

Usage

From the parent directory, run:

./runtools mvstring dst-module id

./runtools mvstring src-module dst-module id

where:

  • src-module - identifier for the source module that contains the string. If omitted then app is assumed.
  • dst-module - identifier for the destination module
  • id - resource ID of the string to move

Verify the modifications made to the Pachli resource files, and commit the result.