Skip to content

Commit 49d7c57

Browse files
fix: Corrected Android 15 version information
This commit addresses an issue with the displayed Android 15 version information: - The Android 15 codename was initially shown as "Vanilla Ice Cream," which has been corrected to "VanillaIceCream" (without the space) to align with official naming. - The version code has been incremented to reflect this update.
1 parent f4b9fc3 commit 49d7c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
applicationId 'com.d4rk.androidtutorials.java'
1313
minSdk 23
1414
targetSdk 36
15-
versionCode 39
15+
versionCode 40
1616
versionName '5.0.1'
1717
archivesBaseName = "${applicationId}-v${versionName}"
1818
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)