diff --git a/app/build.gradle b/app/build.gradle index 2026d71..cd7b906 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.termux.boot" minSdkVersion 21 targetSdkVersion 25 - versionCode 1 - versionName "0.1" + versionCode 2 + versionName "0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }