Skip to content

Commit

Permalink
Chartboost Update 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Sep 29, 2024
1 parent 254c47f commit a8d0051
Show file tree
Hide file tree
Showing 194 changed files with 40,054 additions and 6,823 deletions.
15 changes: 7 additions & 8 deletions plugins/2018.3313/android/corona.gradle
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 modified plugins/2018.3313/android/plugin.chartboost.jar
Binary file not shown.

This file was deleted.

1 change: 0 additions & 1 deletion plugins/2018.3313/iphone-sim/Chartboost.framework/Headers

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a8d0051

Please sign in to comment.