diff --git a/sample/build.gradle b/sample/build.gradle index 432bfad..e9a6e4e 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "fr.tvbarthel.intentsharesample" minSdkVersion 16 targetSdkVersion 23 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" } buildTypes { release {