-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
254c47f
commit a8d0051
Showing
194 changed files
with
40,054 additions
and
6,823 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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
android.defaultConfig { | ||
minSdkVersion Math.max(minSdkVersion?.apiLevel ?: 15, 16) | ||
} | ||
ext["minSdkVersion"] = Math.max(ext.find("minSdkVersion")?:15, 19) | ||
repositories { | ||
mavenCentral() | ||
maven { url 'https://cboost.jfrog.io/artifactory/chartboost-ads/' } | ||
} | ||
dependencies { | ||
implementation 'com.chartboost:chartboost-sdk:8.3.0' | ||
} | ||
android { | ||
compileOptions { | ||
sourceCompatibility JavaVersion.VERSION_1_8 | ||
targetCompatibility JavaVersion.VERSION_1_8 | ||
} | ||
} | ||
implementation 'com.chartboost:chartboost-sdk:9.7.0' | ||
} |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-59.4 MB
plugins/2018.3313/iphone-sim/Chartboost.framework/Versions/A/Chartboost
Binary file not shown.
157 changes: 0 additions & 157 deletions
157
plugins/2018.3313/iphone-sim/Chartboost.framework/Versions/A/Headers/CBAnalytics.h
This file was deleted.
Oops, something went wrong.
125 changes: 0 additions & 125 deletions
125
plugins/2018.3313/iphone-sim/Chartboost.framework/Versions/A/Headers/CBInPlay.h
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
plugins/2018.3313/iphone-sim/Chartboost.framework/Versions/A/Headers/CHBAd.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.