Skip to content

Commit

Permalink
Released version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Oct 28, 2020
1 parent 06acfde commit 1d3f0bd
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.mkulesh.mmd"
minSdkVersion 16
targetSdkVersion 29
versionCode 10
versionCode 12
versionName "1.10"
setProperty("archivesBaseName", "mmd-v" + versionName)
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/live_wallpaper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
android:thumbnail="@drawable/wallpaper_preview"
android:description="@string/wallpaper_description"
android:settingsActivity="com.mkulesh.mmd.WallpaperSettingsActivity" />
android:settingsActivity="com.mkulesh.mmd.config.WallpaperSettingsActivity" />

Binary file modified images/atoms_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/main_view_hor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/main_view_vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/main_view_zoomed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/navigation_drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/potential_view_hor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/potential_view_vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/touch_instructions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/wallpaper_sys_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d3f0bd

Please sign in to comment.