소스 검색

Merge pull request #2747 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.6.1

Build(deps): Bump androidx.appcompat:appcompat from 1.5.1 to 1.6.1
Andy Scherzinger 2 년 전
부모
커밋
fcb8bfe764
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -174,7 +174,7 @@ dependencies {
 
     implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
 
-    implementation 'androidx.appcompat:appcompat:1.5.1'
+    implementation 'androidx.appcompat:appcompat:1.6.1'
     implementation 'com.google.android.material:material:1.8.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation "com.vanniktech:emoji-google:0.15.0"