Skip to content

Commit f048a68

Browse files
committed
#287 - Re-release v3.2.10 as v3.2.11 to fix crashes on API <= 17
Google changed the minimum API level supported by MotionLayout after their initial post - see #287. I originally released 3.3.x to API levels 14 and higher, but based on the latest Google documentation MotionLayout is compatible with only API 18 and higher. So, I'm re-releasing v3.2.10 as v3.2.11 with a higher versionCode than the latest version (v3.3.4) so devices <= 17 pick up this update instead of v3.3.4. v3.3.5 and higher will have a minSdkVersion of 18.
1 parent eb1e197 commit f048a68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GPSTest/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ android {
99

1010
defaultConfig {
1111
minSdkVersion 14
12+
maxSdkVersion 17
1213
targetSdkVersion 27
13-
versionCode 45
14-
versionName "3.2.10"
14+
versionCode 51
15+
versionName "3.2.11"
1516

1617
vectorDrawables.useSupportLibrary = true
1718

0 commit comments

Comments
 (0)