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 0c78aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 0c78aae

Please sign in to comment.