Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniatitienei committed Jan 12, 2022
1 parent 7e21254 commit aaff22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.atitienei_daniel.reeme"
minSdk 21
targetSdk 31
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MainActivity : ComponentActivity() {
val adRequest = AdRequest.Builder().build()

InterstitialAd.load(this@MainActivity,
getString(R.string.demo_interstitial_ad),
getString(R.string.interstitial_ad),
adRequest,
object : InterstitialAdLoadCallback() {
override fun onAdFailedToLoad(adError: LoadAdError) {
Expand Down

0 comments on commit aaff22d

Please sign in to comment.