mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-17 11:46:39 -04:00
Update target and compilesd to 36 from 35.
This commit is contained in:
parent
ba7b1ceb08
commit
734efab9d0
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.google.ai.edge.gallery"
|
namespace = "com.google.ai.edge.gallery"
|
||||||
compileSdk = 35
|
compileSdk = 36
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
// Don't change to com.google.ai.edge.gallery yet.
|
// Don't change to com.google.ai.edge.gallery yet.
|
||||||
applicationId = "com.google.aiedge.gallery"
|
applicationId = "com.google.aiedge.gallery"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 36
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "1.0.2"
|
versionName = "1.0.2"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue