From 8fcad838660f37982ca02516e6c36c673497b668 Mon Sep 17 00:00:00 2001 From: ushastoe <40743392+krolchonok@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:35:46 +0300 Subject: [PATCH] Update build.gradle.kts --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b48e63e..9da8b2f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.ushastoe.lampcontrol" minSdk = 29 targetSdk = 34 - versionCode = 1 - versionName = "1.1" + versionCode = 1.3 + versionName = "1.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -45,4 +45,4 @@ dependencies { testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") -} \ No newline at end of file +}