Skip to content

Commit 79b0375

Browse files
authored
fix: upgrade kotlin-gradle-plugin in vpnLib (#47)
1 parent 9817207 commit 79b0375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpnLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildscript {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
38+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
3939
}
4040
}
4141

0 commit comments

Comments
 (0)