diff --git a/app/build.gradle b/app/build.gradle index b271369..c5b6cf4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "james.asteroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 3 - versionName "0.2" + versionCode 4 + versionName "1.0" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }