Skip to content

Commit

Permalink
v2.3.0 with release notes (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 authored Dec 22, 2020
1 parent d72dbaf commit 281540f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MuxExoPlayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.targetSdkVersion
versionCode 9
versionName "2.2.0"
versionName "2.3.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## v2.3.0
- Fix an issue where logical resolution was calculated incorrectly
- Report `wired` instead of `ethernet` for certain connection types
- [internal] Integrate automated integration tests

## v2.2.0
- Upgrade to Android Studio 4.1
- Upgrade to Gradle 6.1.1
Expand Down
2 changes: 1 addition & 1 deletion automatedtests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField("boolean", "SHOULD_REPORT_INSTRUMENTATION_TEST_EVENTS_TO_SERVER", "true")
buildConfigField("String", "INSTRUMENTATION_TEST_ENVIRONMENT_KEY", "\"bar8fjevgudvf4o7r8fdjrfii\"")
buildConfigField("String", "INSTRUMENTATION_TEST_ENVIRONMENT_KEY", "\"YOUR_ENV_KEY_HERE\"")
}

buildTypes {
Expand Down

0 comments on commit 281540f

Please sign in to comment.