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 bec0ac2 commit 6bbb884Copy full SHA for 6bbb884
actionhandler/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
ext {
4
libraryVersionMajor = 1
5
libraryVersionMinor = 1
6
- libraryVersionRevision = 4
+ libraryVersionRevision = 5
7
8
libraryVersion = libraryVersionMajor + '.' + libraryVersionMinor + '.' + libraryVersionRevision
9
0 commit comments