Skip to content

Commit

Permalink
Merge branch 'release_1.3.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
baitmooth committed Aug 25, 2024
2 parents d56a050 + 9b35faf commit 102a234
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,3 @@ app/release/baselineProfiles/1/snow-v1-release.dm
app/release/output-metadata.json
/app/release
/mail

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.3.9
###### Released Aug 25, 2024
- more new icons
- set request limit to 2 icons

### 1.3.8
###### Released: Aug 12, 2024
- more new icons
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'org.baitmooth.snow'
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 3
versionName '1.3.8'
versionCode 4
versionName '1.3.9'
multiDexEnabled true
// Naming app bundles
setArchivesBaseName("${parent.name}-v${versionName}")
Expand Down
9 changes: 4 additions & 5 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date">2024.08.12</string>
<string name="changelog_date">2024.08.25</string>
<string-array name="changelog">
<item>updated to latest candybar</item>
<item>added icons</item>
<item>reworked some icons</item>
<item>more new icons</item>
<item>set request limit to 2 icons</item>
</string-array>

</resources>
</resources>
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
more new icons
set request limit to 2 icons

0 comments on commit 102a234

Please sign in to comment.