From 9b81e89f97773da6088b1c69949dcee7bbb65bf8 Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:37:38 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbcb232..cad7578 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Testing Android API 31 +# Testing Android API 32 This app and repository are created for the course CT60A4160 Fundamentals of Software Testing of LUT University, Finland. The app takes in user-entered data and uses a SQLite database to store the data. The user can view, update, and delete the data later. ## Environment -The app was tested on API level 32 during development, using USB debugging. +The app was developed using Android Studio on Linux Mint, and tested on Android API level 32 using USB debugging. ## How does it work? The user enters their name, email, and degree program for insertion. After the first insertion, the data can be viewed.