Skip to content

Commit

Permalink
fix proguard-rules.pro for fragment container view issue
Browse files Browse the repository at this point in the history
bump patch version
  • Loading branch information
Tarek-Bohdima committed Mar 12, 2024
1 parent 5725532 commit 73c48b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apply plugin: 'androidx.navigation.safeargs.kotlin'
// Version components
ext.versionMajor = 1
ext.versionMinor = 2
ext.versionPatch = 6
ext.versionPatch = 7
ext.versionClassifier = "INTERNAL" // Change this to ALPHA, BETA, RC, or RELEASE as needed

// SDK versions
Expand Down

0 comments on commit 73c48b0

Please sign in to comment.