Update to version 1.1

This commit is contained in:
2024-03-01 17:51:35 +01:00
parent 596aa9acea
commit 3e8b9c13f4
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ output.json
/app/build /app/build
/app/release /app/release
*.iml *.iml
*.jks

View File

@ -15,8 +15,8 @@ android {
applicationId 'de.frajul.endlessroll' applicationId 'de.frajul.endlessroll'
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 34 targetSdkVersion 34
versionCode 9 versionCode 10
versionName '1.0' versionName '1.1'
} }
buildTypes { buildTypes {
release { release {