Skip to content

Commit

Permalink
fix: Fix layout inflate exception
Browse files Browse the repository at this point in the history
Fix layout inflate exception due to missing drawable file for
android API less than 24.

Signed-off-by: Archit Raj <arch10@ymail.com>
  • Loading branch information
arch10 committed Mar 10, 2021
1 parent ca1417a commit 2f711f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.gigaworks.tech.calculator"
minSdkVersion 21
targetSdkVersion 30
versionCode 44
versionName "2.0.0"
versionCode 45
versionName "2.0.1"
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
File renamed without changes.

0 comments on commit 2f711f9

Please sign in to comment.