Skip to content

Commit e3d0ed5

Browse files
committed
Update firebase-appdistribution{-api} CHANGELOG and gradle.properties for M130
1 parent 63f753c commit e3d0ed5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.
3+
4+
# 16.0.0-beta07
25
* [feature] Adds support for attaching JPEG screenshots to tester feedback.
36

47
# 16.0.0-beta06

firebase-appdistribution-api/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta07
16-
latestReleasedVersion=16.0.0-beta06
15+
version=16.0.0-beta08
16+
latestReleasedVersion=16.0.0-beta07

firebase-appdistribution/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Unreleased
2+
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.
3+
4+
# 16.0.0-beta07
25
* [feature] Adds support for attaching JPEG screenshots to tester feedback.
36

47
# 16.0.0-beta06

firebase-appdistribution/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=16.0.0-beta07
16-
latestReleasedVersion=16.0.0-beta06
15+
version=16.0.0-beta08
16+
latestReleasedVersion=16.0.0-beta07

0 commit comments

Comments
 (0)