We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfdb45 commit db8e0cbCopy full SHA for db8e0cb
app/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+3.1.1
2
+======
3
+- Fixes for event handling
4
+
5
+3.1.0
6
7
+- B5 SoM support
8
+- Begin deprecating mesh features
9
10
3.0.2
11
======
12
- Crash fixes
app/build.gradle
@@ -30,8 +30,8 @@ android {
30
minSdkVersion 21
31
targetSdkVersion 28
32
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
33
- versionCode 1_03_01_00_03
34
- versionName "3.1.0"
+ versionCode 1_03_01_01_01
+ versionName "3.1.1"
35
36
vectorDrawables.useSupportLibrary = false // no need for this since we're min SDK=21
37
0 commit comments