Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Mar 27, 2024
1 parent 2fa7063 commit d22b225
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/structure/src/main/kotlin/DefaultConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ object DefaultConfig {
const val appId = "com.looker.droidify"
const val compileSdk = 34
const val minSdk = 23
const val versionCode = 610
const val versionName = "0.6.1"
const val versionCode = 620
const val versionName = "0.6.2"
}
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/620.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Added:
- Ignore battery optimization

Fixed:
- Auto sync
- Screenshot size changing
- Crash on home screen (Thanks to @mosayeb-a)

Changed:
- Should support reproducible builds now

0 comments on commit d22b225

Please sign in to comment.