Skip to content

Commit

Permalink
#287 - Re-release v3.2.10 as v3.2.11 to fix crashes on API <= 17
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
barbeau committed Aug 7, 2019
1 parent eb1e197 commit f048a68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GPSTest/build.gradle
Original file line number Diff line number Diff line change
@@ -9,9 +9,10 @@ android {

defaultConfig {
minSdkVersion 14
maxSdkVersion 17
targetSdkVersion 27
versionCode 45
versionName "3.2.10"
versionCode 51
versionName "3.2.11"

vectorDrawables.useSupportLibrary = true

0 comments on commit f048a68

Please sign in to comment.