Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Oct 10, 2018
1 parent f4edc89 commit 0d868d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2018-10-09
### Fixed
- Fix error in build.gradle

## [2.0.0] - 2018-10-09

This is the first version for Gradle 4.4
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def getPackageVersion() {
}

def getExtValue(prop, fallback) {
rootProject.ext.hasProperty(prop) ? rootProject.ext.get(prop) : fallback
return rootProject.ext.hasProperty(prop) ? rootProject.ext.get(prop) : fallback
}

def _buildToolsVersion = getExtValue('buildToolsVersion', '27.0.3')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-cross-settings",
"description": "React Native `Settings` module for both Android & iOS.",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 0d868d3

Please sign in to comment.