Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
Pink color removed
  • Loading branch information
daniatitienei authored Jan 12, 2022
2 parents 0112ae4 + d883142 commit 7e21254
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Binary file added app/release/app-release.aab
Binary file not shown.
5 changes: 2 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
android:theme="@style/Theme.App.Starting">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />

</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="example.com"
android:scheme="https" />
Expand Down
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.interstitial_ad),
getString(R.string.demo_interstitial_ad),
adRequest,
object : InterstitialAdLoadCallback() {
override fun onAdFailedToLoad(adError: LoadAdError) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ object Constants {
Purple900,
Orange900,
Lime900,
Pink900
)

const val MONTH_IN_MILLISECONDS = 2629743830
Expand Down

0 comments on commit 7e21254

Please sign in to comment.