Skip to content

Commit

Permalink
Merge pull request #712 from CyBear-Jinni/Changing_grpc
Browse files Browse the repository at this point in the history
Fixed app not loading from store, missing ads APPLICATION_ID
  • Loading branch information
guyluz11 authored Dec 29, 2023
2 parents 62e496a + 17e2d89 commit f82f0b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ flutter {
source '../..'
}

dependencies {}
dependencies {
implementation 'com.google.android.gms:play-services-ads:22.6.0'
}
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
android:name="flutterEmbedding"
android:value="2" />
<!-- Sample app ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-6522564468777352~1205681553" />
</application>
</manifest>
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ flutter:
uses-material-design: true
assets:
- assets/
- assets/symbols/
- assets/translations/
- assets/gif/

fonts:
- family: gidole_regular
Expand Down

0 comments on commit f82f0b0

Please sign in to comment.