diff --git a/sample/build.gradle b/sample/build.gradle index f065123..df3f970 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.vlad1m1r.lemniscate.sample" minSdkVersion 11 targetSdkVersion 25 - versionCode 100 - versionName "1.0.0" + versionCode 101 + versionName "1.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {