Skip to content

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.1...v1.16.0) (2025-03-04)

### Features

* added material to samples ([#1991](#1991)) ([78c0aed](78c0aed))
  • Loading branch information
semantic-release-bot committed Mar 4, 2025
1 parent 78c0aed commit a87766a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApiDemos/java/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 1
versionName = "1.15.1"
versionName = "1.16.0"
multiDexEnabled = true
}

Expand Down
2 changes: 1 addition & 1 deletion ApiDemos/kotlin/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 1
versionName = "1.15.1"
versionName = "1.16.0"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
}
Expand Down

0 comments on commit a87766a

Please sign in to comment.