From ec1c9ff81798609694c59b7dfe81d86832c90683 Mon Sep 17 00:00:00 2001 From: subtype2398 <173652916+Exclude0122@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:02:18 -0500 Subject: [PATCH] v1.0.9 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 908c629..29091fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "io.github.exclude0122.xivpn" minSdk 28 targetSdk 35 - versionCode 15 - versionName "1.0.8" + versionCode 16 + versionName "1.0.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }