Skip to content

Commit d2a847a

Browse files
committed
4.0.9
1 parent 566a223 commit d2a847a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-and-publish:
3434
@echo "Clean" # Required as 'publishBundle' publishes all .aab's in specified archive dir
3535
@./gradlew clean
3636

37-
# @git add .; git commit -m "$(VERSION)"; git push;
37+
@git add .; git commit -m "$(VERSION)"; git push;
3838

3939
# @echo "Build APK"
4040
# @./gradlew assembleRelease --console verbose
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Fix image selection on Android 13+ & screenshot deletion
1+
- Support Android 16

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
66
org.gradle.parallel=true
77
org.gradle.caching=true
88
org.gradle.configuration-cache=true
9+
org.gradle.configuration-cache.parallel=true
910
org.gradle.configureondemand=true
1011
# ======= Android =======
1112
android.useAndroidX=true
@@ -14,5 +15,5 @@ android.nonTransitiveRClass=true
1415
android.uniquePackageNames=true
1516
android.nonFinalResIds=false
1617
# ======= Version =======
17-
version=4.0.8
18-
versionCode=51
18+
version=4.0.9
19+
versionCode=52

0 commit comments

Comments
 (0)