Skip to content

Commit

Permalink
Bumped version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphpina committed Mar 15, 2019
1 parent 51d44c5 commit 634df25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bintray_library_config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ext {
siteUrl = 'https://github.com/ralphpina/Android-Permissions-Manager'
gitUrl = 'https://github.com/ralphpina/Android-Permissions-Manager.git'

libraryVersion = '3.0.0'
// Make sure to bump versionCode and versionName in permissions_manager_android/build.gradle
libraryVersion = '3.0.1'

developerId = 'ralphpina'
developerName = 'Ralph Pina'
Expand Down
4 changes: 2 additions & 2 deletions permissions_manager_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 2
versionName "2.0.0"
versionCode 4
versionName "3.0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 634df25

Please sign in to comment.