Skip to content

Commit 0ebeb1f

Browse files
chore(release): 1.15.1 [skip ci]
## [1.15.1](v1.15.0...v1.15.1) (2025-02-14) ### Bug Fixes * support devices with cutouts for DataDrivenDatasetStylingActivity.java demo ([#1979](#1979)) ([683b21d](683b21d))
1 parent 683b21d commit 0ebeb1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ApiDemos/java/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
minSdk = 21
2929
targetSdk = 35
3030
versionCode = 1
31-
versionName = "1.15.0"
31+
versionName = "1.15.1"
3232
multiDexEnabled = true
3333
}
3434

ApiDemos/kotlin/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
minSdk = 21
3030
targetSdk = 35
3131
versionCode = 1
32-
versionName = "1.15.0"
32+
versionName = "1.15.1"
3333
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
3434
multiDexEnabled = true
3535
}

0 commit comments

Comments
 (0)