We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fe703 commit c44b372Copy full SHA for c44b372
2 files changed
build.gradle
@@ -1,7 +1,6 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.projectVersion = '6.5.2'
5
ext.kotlin_version = '1.3.61'
6
ext.jacocoVersion = '0.8.5'
7
ext.androidxAppCompatVersion = '1.1.0'
form/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: "guru.stefma.bintrayrelease"
apply plugin: 'jacoco'
-version = '6.5.1'
+version = '6.5.2'
8
9
android {
10
compileSdkVersion 29
0 commit comments