diff --git a/app/build.gradle b/app/build.gradle index ba112fb3..06c63946 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 19 targetSdkVersion 25 - versionCode 1 - versionName "0.1.0" + versionCode 2 + versionName "0.2.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }