Skip to content

Commit d5dbd51

Browse files
ericmigiclaude
andcommitted
v0.0.2
versionCode 1 → 2, versionName 0.0.1 → 0.0.2. Changes since v0.0.1: - System back / gesture-back navigates from a note back to the list (and closes the drawer) instead of finishing the activity. - Dark mode: activity window background, splash backdrop, and the rest of the UI now follow the system theme. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 762f4c5 commit d5dbd51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.example.applenotes"
1212
minSdk = 26
1313
targetSdk = 36
14-
versionCode = 1
15-
versionName = "0.0.1"
14+
versionCode = 2
15+
versionName = "0.0.2"
1616
}
1717

1818
buildTypes {

0 commit comments

Comments
 (0)