-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from Astrovic/master
- Loading branch information
Showing
916 changed files
with
48,272 additions
and
12,617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
tmp | ||
bin | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
*.xcworkspace | ||
!default.xcworkspace | ||
xcuserdata | ||
profile | ||
*.moved-aside | ||
DerivedData | ||
.DS_Store | ||
.project | ||
|
||
android/libs | ||
android/build.properties | ||
android/dist | ||
android/java-sources.txt | ||
android/.gradle | ||
|
||
ios/metadata.json | ||
ios/ti.admob-iphone-*.zip | ||
ios/dist/ | ||
ios/titanium.xcconfig.bak | ||
ios/admob.xcodeproj/project.xcworkspace/xcuserdata/* | ||
|
||
node_modules/ | ||
|
||
TESTS-*.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,26 @@ | ||
repositories { | ||
google() | ||
jcenter() | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
implementation 'com.google.android.ads.consent:consent-library:1.0.8' | ||
implementation 'com.facebook.android:audience-network-sdk:5.6.1' | ||
implementation 'com.google.ads.mediation:facebook:5.6.1.0' | ||
implementation 'com.google.android.gms:play-services-base:17.1.0' | ||
implementation 'com.google.android.gms:play-services-ads:18.3.0' | ||
implementation 'com.google.android.gms:play-services-ads-base:18.3.0' | ||
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' | ||
implementation 'com.google.android.gms:play-services-ads-lite:18.3.0' | ||
/* Facebook */ | ||
implementation 'androidx.annotation:annotation:1.0.0' | ||
implementation 'com.facebook.android:audience-network-sdk:6.+' | ||
implementation 'com.google.ads.mediation:facebook:6.8.0.0' | ||
/* inMobi */ | ||
implementation 'com.inmobi.monetization:inmobi-ads:10.0.1' | ||
implementation 'com.google.ads.mediation:inmobi:10.0.1.0' | ||
//implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' | ||
implementation 'com.google.android.gms:play-services-location:18.0.0'//optional dependency for better targeting | ||
/****/ | ||
implementation 'com.google.android.gms:play-services-base:17.6.0' | ||
implementation 'com.google.android.gms:play-services-ads:20.5.0' | ||
implementation 'com.google.android.gms:play-services-ads-base:20.5.0' | ||
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0' | ||
implementation 'com.google.android.gms:play-services-ads-lite:20.5.0' | ||
implementation 'com.google.firebase:firebase-ads:20.5.0' | ||
implementation 'com.google.firebase:firebase-ads-lite:20.5.0' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
android.useAndroidX=true | ||
android.enableJetifier=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.