Skip to content

Commit

Permalink
Merge pull request #79 from michaelbel/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
michaelbel authored Oct 6, 2022
2 parents 009b301 + f1810f7 commit c3c88eb
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

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

2 changes: 2 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/build
/src/main/assets/config.properties
13 changes: 0 additions & 13 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@
<data android:host="main" android:scheme="moviemade"/>
</intent-filter>
</activity>

<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
android:exported="false"
tools:node="merge">

<meta-data
android:name="org.michaelbel.movies.app.initializer.FirebaseConfigInitializer"
android:value="androidx.startup"
tools:node="remove"/>

</provider>

<!--AdMob-->
<meta-data
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/App.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.michaelbel.moviemade

object App {
const val VersionName = "1.3.8"
const val VersionName = "1.3.9"

const val MinSdk = 21
const val TargetSdk = 33
Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/FirebaseAppDistribution.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ object FirebaseAppDistribution {
const val ArtifactType = "APK"
const val Testers = "[email protected]"
const val Groups = "qa"
const val ReleaseNotes = "Release ${App.VersionName}"
}
1 change: 1 addition & 0 deletions core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/ads/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/analytics/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/domain/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/entities/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/navigation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/network/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions core/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions features/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions features/details/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions features/feed/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions features/settings/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
1 change: 1 addition & 0 deletions releaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* Update Project
* Update Project
* Update Project
* Update Project
* Revert "Update Project"
* Update Project
* Update Project
Expand Down

0 comments on commit c3c88eb

Please sign in to comment.