Skip to content

Commit

Permalink
temporary fix for widget too big error
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Sep 12, 2019
1 parent 05deed7 commit 669a457
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
applicationId "com.JJ.hangoverclock"
minSdkVersion 16
targetSdkVersion 28
versionCode 2
versionCode 3
versionName "dynamite"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":2,"versionName":"dynamite","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"dynamite","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion app/src/main/res/values/integers.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="widgetfontsize">200</integer> <!--i guess it should only affect resolution and not size due to scaled bitmap-->
<integer name="widgetfontsize">150</integer> <!--i guess it should only affect resolution and not size due to scaled bitmap-->
<integer name="defaultdatefontscale">5</integer> <!-- scale date between 3 (largest) and maxfontscale (smallest) -->
<integer name="maxfontscale">5</integer> <!-- defines maximum smallness of font -->
</resources>

0 comments on commit 669a457

Please sign in to comment.