Skip to content

Commit a87766a

Browse files
chore(release): 1.16.0 [skip ci]
# [1.16.0](v1.15.1...v1.16.0) (2025-03-04) ### Features * added material to samples ([#1991](#1991)) ([78c0aed](78c0aed))
1 parent 78c0aed commit a87766a

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.1"
31+
versionName = "1.16.0"
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.1"
32+
versionName = "1.16.0"
3333
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
3434
multiDexEnabled = true
3535
}

0 commit comments

Comments
 (0)