mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Fix version bump for media3:1.1.0
#minor-release PiperOrigin-RevId: 543376501
This commit is contained in:
parent
1fc49ce288
commit
10cf06386d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
project.ext {
|
project.ext {
|
||||||
releaseVersion = '1.1.0-'
|
releaseVersion = '1.1.0'
|
||||||
releaseVersionCode = 1_001_000_3_00
|
releaseVersionCode = 1_001_000_3_00
|
||||||
minSdkVersion = 16
|
minSdkVersion = 16
|
||||||
appTargetSdkVersion = 33
|
appTargetSdkVersion = 33
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue