Skip to content

Commit e123e06

Browse files
committed
0.2.3
1 parent 6e6db81 commit e123e06

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build-and-publish:
5353
@./gradlew check
5454

5555
@$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in specified archive dir
56-
@$(MAKE) baseline-profile
56+
@#$(MAKE) baseline-profile
5757

5858
@echo "Pushing latest changes";git add .; git commit -m "$(VERSION)"; git push;
5959

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
- New features:
2-
- Moving to cloud storage providers
3-
- Renaming file before moving
4-
- Improved 'new file' notification for image & video files
5-
- Performance & UI improvements
1+
- Add drawer sheet item explanations
2+
- Improve app performance

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ android.nonTransitiveRClass=true
1414
android.uniquePackageNames=true
1515
android.nonFinalResIds=false
1616
# ======= Version =======
17-
version=0.2.2
18-
versionCode=10
17+
version=0.2.3
18+
versionCode=11

0 commit comments

Comments
 (0)