Bump version to 0.2.0

This commit is contained in:
Jakob Nixdorf 2017-07-10 20:04:28 +02:00
parent d785bb6565
commit 02c50293aa
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -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"
}