Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 04:33:16 +0300
committerTim Krüger (Rebase PR Action) <t@timkrueger.me>2022-10-24 13:50:44 +0300
commit85afd2e5ad7d752155159e1ba6481dd0ffa07e2b (patch)
treeb4dfd9e76817a92d4a7333579eaba35253fd9ad2
parent3e0620db0aa383f7b864435fcb6d36106603815f (diff)
Bump ui from 0.2.0 to 0.3.0
Bumps [ui](https://github.com/nextcloud/android-common) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/nextcloud/android-common/releases) - [Commits](https://github.com/nextcloud/android-common/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: com.github.nextcloud.android-common:ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e2634e8b4..b7305d29b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -314,7 +314,7 @@ dependencies {
// implementation 'androidx.activity:activity-ktx:1.4.0'
- implementation 'com.github.nextcloud.android-common:ui:0.2.0'
+ implementation 'com.github.nextcloud.android-common:ui:0.3.0'
}
task installGitHooks(type: Copy, group: "development") {