Skip to content

Commit a98d42c

Browse files
committed
4.0.5
1 parent 78ec3c0 commit a98d42c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ build-and-publish:
2323
@echo "Clean" # Required as 'publishBundle' publishes all .aab's in specified archive dir
2424
@./gradlew clean
2525

26-
@echo "Build APK"
27-
@./gradlew assembleRelease --console verbose
26+
# @echo "Build APK"
27+
# @./gradlew assembleRelease --console verbose
2828
@echo "Build AAB"
2929
@./gradlew :app:bundleRelease --console verbose
3030

3131
@echo "Create GitHub Release"
32-
@gh release create $(VERSION) app/build/outputs/apk/release/$(VERSION).apk -F app/src/main/play/release-notes/en-US/production.txt
32+
@gh release create $(VERSION) -F app/src/main/play/release-notes/en-US/production.txt # app/build/outputs/apk/release/$(VERSION).apk
3333
@echo "Publish Bundle"
3434
@./gradlew publishBundle --artifact-dir app/build/outputs/bundle/release --console verbose
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[Improved]
2-
- App stability
2+
- App performance & stability
3+
- Notification messages
34
[Fixed]
4-
- Coloring in light mode
5+
- bidirectional CropPager swiping
6+
[Other Changes]
7+
- Slimmed down onboarding

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ android.uniquePackageNames=true
1111
# Fix 'defaultConfig contains custom BuildConfig fields, but the feature is disabled.'
1212
android.defaults.buildfeatures.buildconfig=true
1313
android.nonFinalResIds=false
14-
version=4.0.4
15-
versionCode=47
14+
version=4.0.5
15+
versionCode=48

0 commit comments

Comments
 (0)