From 5499c0db7a1e7472c356a6a4881e3fb4c4781d76 Mon Sep 17 00:00:00 2001 From: Theodore Cooper Date: Thu, 18 Jul 2024 12:03:47 +0800 Subject: [PATCH] update version --- .idea/other.xml | 263 +++++++++++++++++++++++++++++++++++++++++++ .idea/vcs.xml | 6 + app/build.gradle.kts | 5 +- 3 files changed, 272 insertions(+), 2 deletions(-) create mode 100644 .idea/other.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 0000000..0d3a1fb --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,263 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 39c0d81..58d72ec 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,9 +10,10 @@ android { defaultConfig { applicationId = "com.the0cp.objection" minSdk = 24 + //noinspection OldTargetApi targetSdk = 34 - versionCode = 1 - versionName = "1.0" + versionCode = 2 + versionName = "1.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }