Skip to content

Commit

Permalink
release: '003.07.00-21API'
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Dec 8, 2024
1 parent bf448d8 commit cca1cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ note: not case sensitive, unless `SHIFT` is explicitly specified.
* [v3.4.8](https://github.com/warren-bank/Android-ExoPlayer-AirPlay-Receiver/releases/tag/v3.4.8)
- is the final release that supports API 16 (Android 4.1, Jelly Bean)
* includes AndroidX Media3 [v1.2.0](https://github.com/androidx/media/blob/1.2.0/constants.gradle#L17)
* [v3.6.0](https://github.com/warren-bank/Android-ExoPlayer-AirPlay-Receiver/releases/tag/v3.6.0)
* [v3.7.0](https://github.com/warren-bank/Android-ExoPlayer-AirPlay-Receiver/releases/tag/v3.7.0)
- is the most recent release that supports API 21 (Android 5.0, Lollipop)
* includes AndroidX Media3 [v1.5.0](https://github.com/androidx/media/blob/1.5.0/constants.gradle#L17)
Expand Down
4 changes: 2 additions & 2 deletions android-studio-project/constants.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project.ext {
applicationId = 'com.github.warren_bank.exoplayer_airplay_receiver'

releaseVersionCode = Integer.parseInt("003060021", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '003.06.00-21API'
releaseVersionCode = Integer.parseInt("003070021", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '003.07.00-21API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 21

Expand Down

0 comments on commit cca1cbb

Please sign in to comment.