Skip to content

Commit 4a84d32

Browse files
committed
1.3.0 Remove google ads
1 parent ae8c5a4 commit 4a84d32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+533
-1049
lines changed

.fvm/flutter_sdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/carapacik/fvm/versions/master

.fvm/fvm_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutterSdkVersion": "master"
3+
}

.fvm/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
master

.fvm/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.33.0-1.0.pre.368

.fvm/versions/master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/carapacik/fvm/versions/master

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
name: "Deploy on Github Pages"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.1.7
14-
- uses: subosito/flutter-action@v2.16.0
13+
- uses: actions/checkout@v4
14+
- uses: subosito/flutter-action@v2.21.0
1515
with:
1616
channel: stable
1717
- name: Install dependencies
1818
run: flutter pub get
1919
- name: Build
2020
run: flutter build web
2121
- name: Deploy
22-
uses: peaceiris/actions-gh-pages@v4.0.0
22+
uses: peaceiris/actions-gh-pages@v4
2323
with:
2424
github_token: "${{ secrets.GITHUB_TOKEN }}"
2525
publish_dir: ./build/web

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

.metadata

Lines changed: 0 additions & 45 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
44

55
<a href='https://play.google.com/store/apps/details?id=com.carapacik.reactiontest'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height='90px'/></a>
66

7-
Simple reaction test on Flutter with google_mobile_ads and in_app_review
8-
9-
For your **Advertisement**:
10-
- Setup **appId** (https://developers.google.com/admob/flutter/quick-start#platform_specific_setup)
11-
- Setup **adId** in `lib/utils.dart`
7+
Simple reaction test on Flutter with in_app_review

android/app/build.gradle

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)