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 +}