Skip to content

Commit

Permalink
Version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Dec 4, 2021
1 parent 744749c commit 5149e65
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId 'net.fabiszewski.ulogger'
minSdkVersion 19
targetSdkVersion 31
versionCode 305
versionName '3.5'
versionCode 306
versionName '3.6'
}

buildTypes {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/306.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3.6: μlogger

Changes:
- Fixed problem with hanging synchronization on Android 10+
- Support for Android 12
- Refactored deprecated SDK items

Translations:
- Updated translations
9 changes: 9 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/306.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3.6: μlogger

Zmiany:
- Naprawione zawieszanie się synchronizacji w Androidzie 10+
- Wsparcie dla Androida 12
- Zastąpione wycofywane elementy SDK

Tłumaczenia:
- Zaktualizowane tłumaczenia

0 comments on commit 5149e65

Please sign in to comment.