From f048a68ad8a903f46c7c3440babb0b983ae96c2c Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Wed, 7 Aug 2019 13:44:49 -0400 Subject: [PATCH] #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. --- GPSTest/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GPSTest/build.gradle b/GPSTest/build.gradle index 309dd2cfd..9af97158a 100644 --- a/GPSTest/build.gradle +++ b/GPSTest/build.gradle @@ -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