소스 검색

Merge pull request #7636 from nextcloud/dependabot/gradle/kotlin_version-1.4.21

Bump kotlin_version from 1.4.20 to 1.4.21
Andy Scherzinger 4 년 전
부모
커밋
912f4c083c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -8,7 +8,7 @@ import com.github.spotbugs.snom.SpotBugsTask
 // its root folder, another one for the app module in subfolder of root.
 
 buildscript {
-    ext.kotlin_version = '1.4.20'
+    ext.kotlin_version = '1.4.21'
     repositories {
         google()
         jcenter()