diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f484ce8..9b5aa57 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,7 +24,7 @@ android { minSdk = 24 targetSdk = 33 versionCode = project.property("versionCode").toString().toInt() - versionName = "1.3.1" + versionName = "1.4.0" testApplicationId = "com.github.syedahmedjamil.pushernotif.test" // testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" // testInstrumentationRunner = "io.cucumber.android.runner.CucumberAndroidJUnitRunner"