Skip to content

Commit 757a817

Browse files
committed
upgrade Kotlin to 1.5.10
1 parent 595c90c commit 757a817

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
2-
ext.kotlin_version = '1.4.32'
3-
ext.flipper_version = '0.94.1'
2+
ext.kotlin_version = '1.5.10'
3+
ext.flipper_version = '0.95.0'
44
ext.retrofit_version = '2.9.0'
55
ext.protobuf_version = '3.17.1'
66

@@ -13,7 +13,7 @@ buildscript {
1313
classpath "com.android.tools.build:gradle:4.2.1"
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.16'
16-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1'
16+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0'
1717
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.32'
1818
classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0'
1919
}

0 commit comments

Comments
 (0)