Questo programma è software libero; è possibile ridistribuirlo e/o
modificarlo secondo i termini della licenza GNU General Public License,
From 23597e95e3afe8fce1d2a950449f3838f3cfbe5f Mon Sep 17 00:00:00 2001
From: Adam Guidarini <45023561+AdamGuidarini@users.noreply.github.com>
Date: Fri, 9 Aug 2024 12:20:55 -0500
Subject: [PATCH 13/14] Updated SDK version
---
app/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/build.gradle b/app/build.gradle
index 03fff1fc..ea688bd4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "projects.medicationtracker"
minSdkVersion 26
- targetSdkVersion 33
+ targetSdkVersion 34
compileSdk 34
versionCode 26
From 17102345e05fe0c1b1a3d3fdf718bc125f7b7cc4 Mon Sep 17 00:00:00 2001
From: Adam Guidarini <45023561+AdamGuidarini@users.noreply.github.com>
Date: Fri, 9 Aug 2024 12:41:41 -0500
Subject: [PATCH 14/14] Update README.md
---
README.md | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index bb9ba44e..c8cf5b21 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,15 @@ MediTrak is an Android application designed to make it easier for users to keep
## Languages
- English
- - German by [uDEV2019](https://github.com/uDEV2019)1
- - Spanish by [zaovb](https://github.com/zaovb)2
- - Italian3
+ - German by [uDEV2019](https://github.com/uDEV2019)1,2
+ - Spanish by [zaovb](https://github.com/zaovb)1,3
+ - Italian4
-1. Additional translations provided by non-native speaker through a machine translator.
-2. Additional translations provided by non-native speaker.
-3. Translated by a non-native speaker.
+1. Translated by native speaker.
+2. Additional translations provided by non-native speaker through a machine translator.
+3. Additional translations provided by non-native speaker.
+4. Translated by a non-native speaker.
## Building the App