]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after avoiding marking VPN connections as metered
authorTobias Brunner <tobias@strongswan.org>
Wed, 2 Dec 2020 15:06:48 +0000 (16:06 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 2 Dec 2020 15:09:38 +0000 (16:09 +0100)
src/frontends/android/app/build.gradle

index 40b8a7ed812d70bc7185413d724c9d1df42ffd1d..c0a1c93524dbbe9d8f6e0df2af62d387f6396965 100644 (file)
@@ -7,8 +7,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 29
-        versionCode 73
-        versionName "2.3.1"
+        versionCode 74
+        versionName "2.3.2"
     }
 
     sourceSets.main {