Skip to content

Commit

Permalink
Release 1.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Oct 17, 2024
1 parent 7b628f8 commit 3726d86
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 222
versionName "1.8.28-beta.1"
versionCode 223
versionName "1.8.28"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
style="@style/WhatsNewChange"
app:text="Target Android 14 and upgrade some Android dependencies." />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Dropbox: Account access is now full scope, not app folder. (Unlink and re-link for it take effect.)" />

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.27"
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/223.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Target Android 14 and upgrade some Android dependencies

0 comments on commit 3726d86

Please sign in to comment.