Skip to content

Commit

Permalink
Final commit before first release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Jul 5, 2022
1 parent 1fd80c1 commit 517b300
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -8,7 +8,7 @@ android {
minSdkVersion 17
targetSdkVersion 32
versionCode 4
versionName "jul22"
versionName "05072022"
}
buildTypes {
release {
Expand Down
Binary file removed app/src/main/res/drawable/preview.png
Binary file not shown.
3 changes: 1 addition & 2 deletions app/src/main/res/xml/widget_info.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/crushr_widget"
android:minHeight="100dp"
android:minWidth="100dp"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:previewImage="@drawable/preview"
android:previewImage="@mipmap/ic_launcher"
android:configure="rasel.neo.crushr.crushrConfigActivity" >
</appwidget-provider>

0 comments on commit 517b300

Please sign in to comment.