diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index ac216bc..fb7f4a8 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 273b65a..54d5acd 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ba99e8..6333608 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 1.1.10
+* Fix Material You preview size [#31](https://github.com/cvzi/darkmodewallpaper/issues/31)
+
## 1.1.9
* 🇪🇸 Spanish translation by [@sguinetti](https://github.com/sguinetti)
diff --git a/app/build.gradle b/app/build.gradle
index 22f77d5..f3cce41 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
}
-
+apply plugin: 'com.jaredsburrows.license'
android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
@@ -11,8 +11,8 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 31
- versionCode 15
- versionName "1.1.9"
+ versionCode 16
+ versionName "1.1.10"
}
buildTypes {
@@ -35,10 +35,10 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.6.0'
+ implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.0.1'
implementation 'androidx.cardview:cardview:1.0.0'
}
diff --git a/build.gradle b/build.gradle
index f4e41d0..f9b2a60 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,10 +3,12 @@ buildscript {
repositories {
google()
mavenCentral()
+ maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.2'
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30"
+ classpath 'com.android.tools.build:gradle:7.0.3'
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
+ classpath 'com.jaredsburrows:gradle-license-plugin:0.8.91-SNAPSHOT'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -17,7 +19,7 @@ allprojects {
repositories {
google()
mavenCentral()
- maven { url "https://jitpack.io" }
+ maven { url 'https://jitpack.io' }
}
}
diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt
new file mode 100644
index 0000000..c159015
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/16.txt
@@ -0,0 +1 @@
+Fix preview size in Material You settings
\ No newline at end of file