From 6cf9f4f751713f522d12d74f5862529adbdfeb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Tue, 11 Feb 2020 13:55:34 +0100 Subject: [PATCH] bump snapshot to 9.1.0 --- MapboxGLAndroidSDK/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MapboxGLAndroidSDK/gradle.properties b/MapboxGLAndroidSDK/gradle.properties index f93b35ec0..cb3bea48c 100644 --- a/MapboxGLAndroidSDK/gradle.properties +++ b/MapboxGLAndroidSDK/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=9.0.0-SNAPSHOT +VERSION_NAME=9.1.0-SNAPSHOT # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20 @@ -6,4 +6,4 @@ android.buildOnlyTargetAbi=true # Roboelectric 4.0 required config for < Android Studio v3.3.0 # http://robolectric.org/migrating/#migrating-to-40 -android.enableUnitTestBinaryResources=true \ No newline at end of file +android.enableUnitTestBinaryResources=true