Skip to content

Commit

Permalink
Bump to v1.0.2 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Feb 19, 2024
1 parent ecb384a commit b447d8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId = project.group.toString()
minSdk = 24
targetSdk = 34
versionCode = 2
versionCode = 3
versionName = project.version.toString()

vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "me.huizengek.snpack"
version = "1.0.1"
version = "1.0.2"

repositories {
mavenCentral()
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed navigation issue
* Upgraded to latest Material 3 version
2 changes: 2 additions & 0 deletions fastlane/metadata/android/nl-NL/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Navigatieprobleem opgelost
* Geüpdatet naar nieuwste Material 3 versie

0 comments on commit b447d8d

Please sign in to comment.