Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android.nonTransitiveRClass=true
# is also what the UI shows as the core version (BuildConfig.EZVPN_CORE_VERSION).
# For local FFI dev set EZVPN_LOCAL_JNILIBS=1 to use ../ezvpn/dist/android/jniLibs
# instead (see README); the UI still shows the pinned number then.
ezvpn.releaseTag=v0.0.46
ezvpn.releaseSha256=79587974db58e4d2f9e0be8704bcaa1da587a8f9a7dfcad061582153fbe09959
ezvpn.releaseTag=v0.0.47
ezvpn.releaseSha256=d6fed964feedbd0d3d4d0a531d69aac5599029b5748e95a62ca828c7d9cd74d1

# The app's own version, independent of the pinned ezvpn release: a core bump
# does not touch these. Bump by hand when the app changes; every Play upload
Expand Down
Loading