소스 검색

Merge pull request #2501 from nextcloud/dependabot/gradle/com.github.nextcloud.android-common-ui-0.2.0

Bump ui from 0.1.0 to 0.2.0
Andy Scherzinger 2 년 전
부모
커밋
50e84780a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -314,7 +314,7 @@ dependencies {
 
     // implementation 'androidx.activity:activity-ktx:1.4.0'
 
-    implementation 'com.github.nextcloud.android-common:ui:0.1.0'
+    implementation 'com.github.nextcloud.android-common:ui:0.2.0'
 }
 
 task installGitHooks(type: Copy, group: "development") {