Skip to content

Commit

Permalink
1.1-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Jun 13, 2021
1 parent 73ac5ba commit fe442e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BottomNavigationCircles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode getDate() as Integer
versionName "1.1-beta5"
versionName "1.1-beta6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -58,7 +58,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.kwasow'
artifactId = 'bottomnavigationcircles'
version = '1.1-beta5'
version = '1.1-beta6'
}
}
}
Expand Down

0 comments on commit fe442e3

Please sign in to comment.