File tree Expand file tree Collapse file tree 7 files changed +29
-18
lines changed
Expand file tree Collapse file tree 7 files changed +29
-18
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,23 @@ steps:
100100 + id "com.android.application" version "8.2.1" apply false
101101 id "org.jetbrains.kotlin.android" version "1.8.22" apply false
102102 }
103+ - name: Patch app/android/app/build.gradle
104+ path: steps/app/android/app/build.gradle
105+ patch-u: |
106+ --- b/in_app_purchases/step_00/app/android/app/build.gradle
107+ +++ a/in_app_purchases/step_00/app/android/app/build.gradle
108+ @@ -22,9 +22,8 @@ android {
109+ defaultConfig {
110+ // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
111+ applicationId = "com.example.dashclicker"
112+ - // You can update the following values to match your application needs.
113+ - // For more information, see: https://flutter.dev/to/review-gradle-config.
114+ - minSdk = flutter.minSdkVersion
115+ + // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
116+ + minSdk = 23
117+ targetSdk = flutter.targetSdkVersion
118+ versionCode = flutter.versionCode
119+ versionName = flutter.versionName
103120 - name: Mkdir app/assets
104121 mkdir: steps/app/assets
105122 - name: Add app/assets/dash_old.png
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ android {
2222 defaultConfig {
2323 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424 applicationId = " com.example.dashclicker"
25- // You can update the following values to match your application needs.
26- // For more information, see: https://flutter.dev/to/review-gradle-config.
27- minSdk = flutter. minSdkVersion
25+ // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
26+ minSdk = 23
2827 targetSdk = flutter. targetSdkVersion
2928 versionCode = flutter. versionCode
3029 versionName = flutter. versionName
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ android {
2222 defaultConfig {
2323 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424 applicationId = " com.example.dashclicker"
25- // You can update the following values to match your application needs.
26- // For more information, see: https://flutter.dev/to/review-gradle-config.
27- minSdk = flutter. minSdkVersion
25+ // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
26+ minSdk = 23
2827 targetSdk = flutter. targetSdkVersion
2928 versionCode = flutter. versionCode
3029 versionName = flutter. versionName
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ android {
2222 defaultConfig {
2323 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424 applicationId = " com.example.dashclicker"
25- // You can update the following values to match your application needs.
26- // For more information, see: https://flutter.dev/to/review-gradle-config.
27- minSdk = flutter. minSdkVersion
25+ // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
26+ minSdk = 23
2827 targetSdk = flutter. targetSdkVersion
2928 versionCode = flutter. versionCode
3029 versionName = flutter. versionName
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ android {
2222 defaultConfig {
2323 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424 applicationId = " com.example.dashclicker"
25- // You can update the following values to match your application needs.
26- // For more information, see: https://flutter.dev/to/review-gradle-config.
27- minSdk = flutter. minSdkVersion
25+ // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
26+ minSdk = 23
2827 targetSdk = flutter. targetSdkVersion
2928 versionCode = flutter. versionCode
3029 versionName = flutter. versionName
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ android {
2222 defaultConfig {
2323 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424 applicationId = " com.example.dashclicker"
25- // You can update the following values to match your application needs.
26- // For more information, see: https://flutter.dev/to/review-gradle-config.
27- minSdk = flutter. minSdkVersion
25+ // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
26+ minSdk = 23
2827 targetSdk = flutter. targetSdkVersion
2928 versionCode = flutter. versionCode
3029 versionName = flutter. versionName
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ android {
2222 defaultConfig {
2323 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2424 applicationId = " com.example.dashclicker"
25- // You can update the following values to match your application needs.
26- // For more information, see: https://flutter.dev/to/review-gradle-config.
27- minSdk = flutter. minSdkVersion
25+ // Per https://firebase.google.com/support/release-notes/android firebase_auth requires minSdk 23
26+ minSdk = 23
2827 targetSdk = flutter. targetSdkVersion
2928 versionCode = flutter. versionCode
3029 versionName = flutter. versionName
You can’t perform that action at this time.
0 commit comments