diff --git a/Android/src/app/build.gradle.kts b/Android/src/app/build.gradle.kts index 70b62fb..0f10681 100644 --- a/Android/src/app/build.gradle.kts +++ b/Android/src/app/build.gradle.kts @@ -28,12 +28,12 @@ plugins { android { namespace = "com.google.ai.edge.gallery" - compileSdk = 35 + compileSdk = 36 defaultConfig { applicationId = "com.google.aiedge.gallery" minSdk = 26 - targetSdk = 35 + targetSdk = 36 versionCode = 1 versionName = "1.0.4" @@ -51,11 +51,11 @@ android { } } compileOptions { - sourceCompatibility = JavaVersion.VERSION_11 - targetCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 } kotlinOptions { - jvmTarget = "11" + jvmTarget = "17" freeCompilerArgs += "-Xcontext-receivers" } buildFeatures { @@ -108,9 +108,10 @@ dependencies { androidTestImplementation(libs.hilt.android.testing) debugImplementation(libs.androidx.ui.tooling) debugImplementation(libs.androidx.ui.test.manifest) + implementation(libs.material) } protobuf { protoc { artifact = "com.google.protobuf:protoc:4.26.1" } generateProtoTasks { all().forEach { it.plugins { create("java") { option("lite") } } } } -} +} \ No newline at end of file diff --git a/Android/src/app/src/main/res/values/themes.xml b/Android/src/app/src/main/res/values/themes.xml index beeda9c..90316b9 100644 --- a/Android/src/app/src/main/res/values/themes.xml +++ b/Android/src/app/src/main/res/values/themes.xml @@ -16,7 +16,7 @@ --> -