Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsflax committed Feb 15, 2018
1 parent f42299a commit c97b515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
POM_VERSION_NAME=2.1.7
POM_VERSION_NAME=3.0.0
POM_GROUP=org.mongodb
6 changes: 3 additions & 3 deletions stitch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
siteUrl = 'https://www.mongodb.com/cloud/stitch'
gitUrl = 'https://github.com/mongodb/stitch-android-sdk.git'

libraryVersion = '2.1.7'
libraryVersion = '3.0.0'

developerId = 'mongodb'
developerName = 'MongoDB, Inc.'
Expand All @@ -38,8 +38,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 20180112
versionName "2.1.7"
versionCode 20180215
versionName "3.0.0"

multiDexEnabled true
testInstrumentationRunner 'io.appflate.restmock.android.RESTMockTestRunner'
Expand Down

0 comments on commit c97b515

Please sign in to comment.