Skip to content

Commit

Permalink
release: '003.05.00-21API'
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Dec 2, 2024
1 parent 8823856 commit 827a9b8
Showing 1 changed file with 2 additions and 2 deletions.
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("003040821", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '003.04.08-21API'
releaseVersionCode = Integer.parseInt("003050021", 10) //Integer.MAX_VALUE == 2147483647
releaseVersion = '003.05.00-21API'
javaVersion = JavaVersion.VERSION_1_8
minSdkVersion = 21

Expand Down

0 comments on commit 827a9b8

Please sign in to comment.