File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
app/src/main/play/release-notes/en-US Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- - Fix image selection on Android 13+ & screenshot deletion
1+ - Support Android 16
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
66org.gradle.parallel =true
77org.gradle.caching =true
88org.gradle.configuration-cache =true
9+ org.gradle.configuration-cache.parallel =true
910org.gradle.configureondemand =true
1011# ======= Android =======
1112android.useAndroidX =true
@@ -14,5 +15,5 @@ android.nonTransitiveRClass=true
1415android.uniquePackageNames =true
1516android.nonFinalResIds =false
1617# ======= Version =======
17- version =4.0.8
18- versionCode =51
18+ version =4.0.9
19+ versionCode =52
You can’t perform that action at this time.
0 commit comments