Skip to content

Commit

Permalink
Version 0.7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Jul 9, 2021
1 parent d066faa commit 9048473
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ android {
defaultConfig {
minSdkVersion(14)
targetSdkVersion(30) //'Q'.toInt()
versionCode = 176
versionName = "0.7.22"
versionCode = 177
versionName = "0.7.23"

externalNativeBuild {
cmake {
//arguments = listOf("-DANDROID_TOOLCHAIN=clang",
// "-DANDROID_STL=c++_static")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main/src/main/cpp/openvpn
Submodule openvpn updated 324 files
2 changes: 1 addition & 1 deletion main/src/main/cpp/openvpn3
Submodule openvpn3 updated 112 files

0 comments on commit 9048473

Please sign in to comment.