diff --git a/app/build.gradle b/app/build.gradle index 2c64f0b..3b4470d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.termux.tasker" minSdkVersion 24 targetSdkVersion 28 - versionCode 4 - versionName "0.4" + versionCode 5 + versionName "0.5" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }