Skip to content

Commit

Permalink
Version bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WrichikBasu committed Aug 31, 2023
1 parent 52e774d commit b48457a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demoapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "in.basulabs.audiofocuscontroller.demoapp"
minSdkVersion 21
targetSdkVersion 34
versionCode 4
versionName "3.0.0"
versionCode 5
versionName "3.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.WrichikBasu'
artifactId = 'AudioFocusController'
version = '3.0.0'
version = '3.0.2'
afterEvaluate {
from components.release
}
Expand Down

0 comments on commit b48457a

Please sign in to comment.