Skip to content

Commit d0eda4a

Browse files
committed
Release 0.9.1.
1 parent dd27c53 commit d0eda4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:7.2.1'
7+
classpath 'com.android.tools.build:gradle:7.2.2'
88
}
99
}
1010

@@ -19,7 +19,7 @@ ext {
1919
minSdkVersion = 19
2020
targetSdkVersion = 31
2121
versionCode = 11
22-
versionName = '0.9.0'
22+
versionName = '0.9.1'
2323
}
2424

2525
task clean(type: Delete) {

0 commit comments

Comments
 (0)