Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 1935c74

Browse files
authored
Merge pull request #101 from amardeshbd/reduce-app-size
[FIXED] Reduced APP size by 40% by using WebP
2 parents 2a4c5a9 + e5c96d2 commit 1935c74

26 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.hossainkhan.android.constraintlayout"
1111
minSdkVersion rootProject.ext.androidMinSdkVersion
1212
targetSdkVersion rootProject.ext.androidTargetSdkVersion
13-
versionCode 10
14-
versionName "1.8-constraint-layout-demo"
13+
versionCode 109
14+
versionName "1.9-constraint-layout-demo"
1515
versionNameSuffix "-${gitSha()}"
1616

1717
buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-185 KB
Binary file not shown.
97.8 KB
Binary file not shown.
-176 KB
Binary file not shown.

0 commit comments

Comments
 (0)