diff --git a/app/build.gradle b/app/build.gradle index 76f05b1..9c9d982 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.dmitrybrant.modelviewer" minSdkVersion 19 targetSdkVersion 25 - versionCode 2 - versionName "1.1" + versionCode 3 + versionName "1.3" vectorDrawables.useSupportLibrary true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }