diff --git a/tutorials/java/MapWithMarker/app/build.gradle b/tutorials/java/MapWithMarker/app/build.gradle index 810404094..ca479a75a 100644 --- a/tutorials/java/MapWithMarker/app/build.gradle +++ b/tutorials/java/MapWithMarker/app/build.gradle @@ -4,15 +4,18 @@ plugins { } android { - compileSdkVersion 33 + compileSdk 33 defaultConfig { applicationId "com.example.mapwithmarker" - minSdkVersion 19 - targetSdkVersion 33 + minSdk 19 + targetSdk 33 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } + buildFeatures { + buildConfig = true + } buildTypes { release { minifyEnabled false diff --git a/tutorials/java/MapWithMarker/app/src/main/AndroidManifest.xml b/tutorials/java/MapWithMarker/app/src/main/AndroidManifest.xml index f36287212..737b23332 100644 --- a/tutorials/java/MapWithMarker/app/src/main/AndroidManifest.xml +++ b/tutorials/java/MapWithMarker/app/src/main/AndroidManifest.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + - + - + + android:value="${MAPS_API_KEY}" /> - + - +