Skip to content

Commit c44b372

Browse files
author
Justin Kirk
committed
Update version [skip ci]
1 parent e2fe703 commit c44b372

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.projectVersion = '6.5.2'
54
ext.kotlin_version = '1.3.61'
65
ext.jacocoVersion = '0.8.5'
76
ext.androidxAppCompatVersion = '1.1.0'

form/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: "guru.stefma.bintrayrelease"
55
apply plugin: 'jacoco'
66

7-
version = '6.5.1'
7+
version = '6.5.2'
88

99
android {
1010
compileSdkVersion 29

0 commit comments

Comments
 (0)