From e934505920237bef00a5c13508e0c1c2fc396e39 Mon Sep 17 00:00:00 2001 From: jimmyale3102 Date: Tue, 28 May 2024 15:13:01 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22718c4..c8b92e8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This project is licensed under the MIT License. MIT License - Copyright (c) 2024 John Doe + Copyright (c) 2024 Jimmy Alejandro Plazas López Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4c20e6a..490b152 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,7 +15,7 @@ android { minSdk = 29 targetSdk = 34 versionCode = 1 - versionName = "1.0" + versionName = "1.0.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {