Skip to content

Commit fbe38e3

Browse files
committed
release 1.0.2, gradle 6.8
1 parent 72f7399 commit fbe38e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
wrapper {
3-
gradleVersion = '6.7.1'
3+
gradleVersion = '6.8'
44
}
55

66
buildscript {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

obd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'com.github.dcendents.android-maven'
77
apply plugin: 'org.jetbrains.dokka'
88
apply plugin: 'com.jfrog.bintray'
99

10-
version = "1.0.1"
10+
version = "1.0.2"
1111
group = "com.pnuema.android"
1212

1313
ext {

0 commit comments

Comments
 (0)