Skip to content

Commit

Permalink
BEAR SDK v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Deffains committed Aug 29, 2018
1 parent 7f85f36 commit 99a448c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

---

## [2.0.9](https://github.com/bear2b/bear_sdk_demo_android/releases/tag/2.0.9)

# Fixes:
* audio player crash

## [2.0.5](https://github.com/bear2b/bear_sdk_demo_android/releases/tag/2.0.5)

# Deprecated:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Latest BEARSDK build 2.0.5
## Latest BEARSDK build 2.0.9
Detailed explanations can be found at:
https://developer.bear2b.com/docs/sdk-android/

Expand All @@ -13,7 +13,7 @@ maven {
}
dependencies {
compile('com.bear:bearsdk:2.0.5@aar') {
compile('com.bear:bearsdk:2.0.9@aar') {
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.application'

ext.supportLibs_version = '25.3.1'
ext.googlePlay_version = '11.6.0'
ext.bearsdk_version = '2.0.5'
ext.bearsdk_version = '2.0.9'

android {
compileSdkVersion 25
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.bear2b.sampleapp">

<uses-feature
Expand Down Expand Up @@ -33,7 +34,8 @@
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoStatusBar.NoAnimation">
android:theme="@style/AppTheme.NoStatusBar.NoAnimation"
tools:replace="android:allowBackup">
<activity
android:name="com.bear2b.sampleapp.ui.view.activities.MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit 99a448c

Please sign in to comment.