Skip to content

Commit

Permalink
Prepare for v1.2.5 (22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Apr 25, 2022
1 parent 6cdc9fb commit 074b144
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.2.5
* 🇯🇵 Japanese translation by [@Npepperlinux](https://github.com/Npepperlinux)

## 1.2.4
* Remove publish from build.gradle

Expand Down
12 changes: 9 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 32
versionCode 21
versionName "1.2.4"
versionCode 22
versionName "1.2.5"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
debuggable true
applicationIdSuffix '.debug'
versionNameSuffix '.debug'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand All @@ -30,7 +36,7 @@ android {
jvmTarget = 11
useIR = true
}
lintOptions {
lint {
disable 'MissingTranslation'
}
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.91-SNAPSHOT'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
🇯🇵 Japanese translation by @Npepperlinux

0 comments on commit 074b144

Please sign in to comment.