diff --git a/app/build.gradle b/app/build.gradle index a1840a5d5..7fd3b58c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId 'fr.neamar.kiss' minSdkVersion 15 targetSdkVersion 22 - versionCode 98 - versionName "2.31.1" + versionCode 99 + versionName "2.31.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/release/output.json b/app/release/output.json new file mode 100644 index 000000000..fa113a214 --- /dev/null +++ b/app/release/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":99},"path":"app-release.apk","properties":{"packageId":"fr.neamar.kiss","split":"","minSdkVersion":"15"}}] \ No newline at end of file