diff options
author | 2025-02-07 08:15:12 +0100 | |
---|---|---|
committer | 2025-02-07 12:45:15 +0100 | |
commit | 870a5da5ce74d3d12fd28fd80f36cf54e93c381d (patch) | |
tree | ef0a4263cd5072fee0dd0245517cec39d9603190 /version.properties | |
parent | 551cff8a0fc352d89ad95e9cb1f2591c651c90a3 (diff) |
Dependency inject Retrofit client for IntentInstanceService
- split up IntantApiService into IntentAai- and IntentSoService to be able to
configure their headers centrally (like it is done for the rest of the changes
of this series)
- bump snapshot version to 15.0.1
Issue-ID: USECASEUI-861
Change-Id: I55662ff8dbb1e46f3fdd235852064268866a088f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index dd5418f4..6481e8b9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=15 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |