Skip to content

Commit

Permalink
v1.4.7 (39)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Dec 1, 2022
1 parent f7157f8 commit 1d79a6e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.7
* Russian translation improved
* Fix color of some buttons

## 1.4.6
* Fix photo picker [#86](https://github.com/cvzi/darkmodewallpaper/issues/86)
* Add more debug information
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 33
versionCode 38
versionName "1.4.6"
versionCode 39
versionName "1.4.7"
}
buildTypes {
release {
Expand Down
30 changes: 5 additions & 25 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22'
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}

task clean(type: Delete) {
delete rootProject.buildDir
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
id 'com.jaredsburrows.license' version '0.9.0' apply false
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Translations improved & minor improvements
15 changes: 15 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
include ':app'
rootProject.name = "DarkModeLiveWallpaper"

0 comments on commit 1d79a6e

Please sign in to comment.