We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595c90c commit 757a817Copy full SHA for 757a817
.idea/misc.xml
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
- ext.kotlin_version = '1.4.32'
3
- ext.flipper_version = '0.94.1'
+ ext.kotlin_version = '1.5.10'
+ ext.flipper_version = '0.95.0'
4
ext.retrofit_version = '2.9.0'
5
ext.protobuf_version = '3.17.1'
6
@@ -13,7 +13,7 @@ buildscript {
13
classpath "com.android.tools.build:gradle:4.2.1"
14
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.16'
16
- classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1'
+ classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0'
17
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.32'
18
classpath 'com.github.ben-manes:gradle-versions-plugin:0.39.0'
19
}
0 commit comments