-
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.
Prodege Android IronSource Adapter v7.0.0-beta01.0
- Loading branch information
Fotis Mitropoulos
committed
Oct 27, 2023
1 parent
65d8633
commit 11d8a9d
Showing
34 changed files
with
664 additions
and
408 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
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,11 +1,18 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id 'com.android.application' version '7.1.2' apply false | ||
id 'com.android.library' version '7.1.2' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false | ||
id 'com.android.application' version '8.1.2' apply false | ||
id 'com.android.library' version '8.1.2' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false | ||
id "io.codearte.nexus-staging" version "0.30.0" | ||
} | ||
|
||
task clean(type: Delete) { | ||
tasks.register('clean', Delete) { | ||
delete rootProject.buildDir | ||
} | ||
|
||
ext { | ||
prodegeSdkVersion = "7.0.0-beta01" | ||
adapterVersionCode = 7 | ||
adapterVersionName = "${prodegeSdkVersion}.0" | ||
ironSourceSdkVersion = "7.2.2.1" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<resources> | ||
<string name="app_name">Android IronSource Adapter</string> | ||
<string name="show_rewarded_ad_button_text">Show Rewarded Ad</string> | ||
<string name="iron_source_app_id">APP_ID</string> | ||
</resources> |
Oops, something went wrong.