File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ android {
2525 minSdk = 26
2626 // noinspection OldTargetApi
2727 targetSdk = 34
28- versionCode = 27
29- versionName = " 1.4.1a "
28+ versionCode = 28
29+ versionName = " 1.4.2 "
3030
3131 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
3232 }
Original file line number Diff line number Diff line change 1+ Implemented a fix for "lateinit property createFile has not been initialized".
2+
3+ IMPORTANT: This is the last planned release with Android O (8.x) support.
Original file line number Diff line number Diff line change 1+ Implementado correção para o erro "lateinit property createFile has not been initialized".
2+
3+ IMPORTANTE: Este é o último lançamento planejado com suporte ao Android O (8.x).
You can’t perform that action at this time.
0 commit comments