diff --git a/.gitignore b/.gitignore index afac906..1255a39 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ output.json /app/build /app/release *.iml +*.jks diff --git a/app/build.gradle b/app/build.gradle index fd96122..1fc288f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'de.frajul.endlessroll' minSdkVersion 14 targetSdkVersion 34 - versionCode 9 - versionName '1.0' + versionCode 10 + versionName '1.1' } buildTypes { release {