Skip to content

Commit

Permalink
UpgradingAndroidTarget33 (#207)
Browse files Browse the repository at this point in the history
* UpgradingAndroidTarget33

* upgrading buildVersion
  • Loading branch information
cp-yfukuda authored Aug 21, 2023
1 parent d92d91c commit ad32d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
buildToolsVersion = "31.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 31
targetSdkVersion = 33

if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
Expand Down
4 changes: 2 additions & 2 deletions buildconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageName": "com.thecommonsproject.smarthealthcardverifier",
"versionCode": 69,
"versionName": "2.0.2"
"versionCode": 70,
"versionName": "2.0.3"
}

0 comments on commit ad32d7b

Please sign in to comment.