Skip to content

Commit

Permalink
Update third screen
Browse files Browse the repository at this point in the history
Add support for third screen settings values from the Admin panel.

Changes
- Update 3rd screens
- Add tests
  • Loading branch information
diegoserranoa committed Nov 15, 2019
1 parent 6514d6b commit e7307fe
Show file tree
Hide file tree
Showing 21 changed files with 1,499 additions and 139 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.14.0 (2019-11-14)

- Add support of admin panel values for 3rd screen

## 2.13.0 (2019-08-09)

- Add callbacks
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ If you use Maven, you can include this library as a dependency:
<dependency>
<groupId>com.wootric</groupId>
<artifactId>wootric-sdk-android</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
```

### Using Gradle

```xml
compile 'com.wootric:wootric-sdk-android:2.13.0'
compile 'com.wootric:wootric-sdk-android:2.14.0'
```

## Initializing Wootric
Expand Down
1 change: 0 additions & 1 deletion androidsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android {
testOptions {
unitTests.returnDefaultValues = true
unitTests.includeAndroidResources = true

}
sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }
}
Expand Down
4 changes: 2 additions & 2 deletions androidsdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.13.0
VERSION_CODE=2130
VERSION_NAME=2.14.0
VERSION_CODE=2140
GROUP=com.wootric

POM_DESCRIPTION=WootricSDK Android
Expand Down
Loading

0 comments on commit e7307fe

Please sign in to comment.