Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgerlei committed Oct 29, 2024
1 parent 010481c commit fafce7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add it in your root `build.gradle` at the end of repositories:
Step 2. Add the dependency

dependencies {
implementation 'com.github.balazsgerlei:SecureWebView:1.0.0-alpha04'
implementation 'com.github.balazsgerlei:SecureWebView:1.0.0-alpha05'
}


2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ afterEvaluate {
from components.release
groupId = 'dev.gerlot.securewebview'
artifactId = 'securewebview'
version = '1.0.0-alpha04'
version = '1.0.0-alpha05'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "dev.gerlot.securewebview.sample"
minSdk 21
targetSdk 34
versionCode 4
versionName "1.0.0-alpha04"
versionCode 5
versionName "1.0.0-alpha05"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit fafce7d

Please sign in to comment.