Skip to content

Commit

Permalink
Update version of OpenSSL, OpenVPN 2/3, Asio and many libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Jul 23, 2024
1 parent 879ed38 commit aae9561
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[versions]
android-gradle-plugin = "8.1.4"
androidx-annotation = "1.7.0"
androidx-appcompat = "1.6.1"
android-view-material = "1.10.0"
androidx-core-ktx = "1.12.0"
androidx-fragment-ktx = "1.6.2"
android-gradle-plugin = "8.3.2"
androidx-annotation = "1.8.0"
androidx-appcompat = "1.7.0"
android-view-material = "1.12.0"
androidx-core-ktx = "1.13.1"
androidx-fragment-ktx = "1.8.1"
androidx-preference-ktx = "1.2.1"
androidx-webkit = "1.9.0"
androidx-lifecycle-viewmodel-ktx = "2.6.2"
androidx-lifecycle-runtime-ktx = "2.6.2"
androidx-webkit = "1.11.0"
androidx-lifecycle-viewmodel-ktx = "2.8.3"
androidx-lifecycle-runtime-ktx = "2.8.3"
androidx-security-crypto = "1.1.0-alpha06"
androidx-constraintlayout = "2.1.4"
androidx-cardview = "1.0.0"
androidx-recyclerview = "1.3.2"
bouncycastle = "1.67"
bouncycastle = "1.69"
mpandroidchart = "v3.1.0"
kotlin = "1.9.0"
kotlin = "1.9.20"
square-okhttp = "4.10.0"

# Test
androidx-test-core = "1.5.0"
androidx-test-core = "1.6.1"
junit = "4.13.2"
mockito-core = "3.9.0"
mockito-core = "4.8.1"
robolectric = "4.10.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
2 changes: 1 addition & 1 deletion main/src/main/cpp/asio
Submodule asio updated 1539 files
2 changes: 1 addition & 1 deletion main/src/main/cpp/openssl
Submodule openssl updated 444 files
2 changes: 1 addition & 1 deletion main/src/main/cpp/openvpn
Submodule openvpn updated 338 files
2 changes: 1 addition & 1 deletion main/src/main/cpp/openvpn3
Submodule openvpn3 updated 309 files
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public void external_pki_sign_request(ClientAPI_ExternalPKISignRequest signreq)
void setUserPW() {
if (mVp.isUserPWAuth()) {
ClientAPI_ProvideCreds creds = new ClientAPI_ProvideCreds();
creds.setCachePassword(true);
creds.setPassword(mVp.getPasswordAuth());
creds.setUsername(mVp.mUsername);
provide_creds(creds);
Expand Down

0 comments on commit aae9561

Please sign in to comment.