Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Update to version 1.1.1 (6)
Browse files Browse the repository at this point in the history
Signed-off-by: Siubeng Fung <fython@163.com>
  • Loading branch information
fython committed Feb 26, 2020
1 parent cef7d22 commit 8e5c781
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "moe.feng.danmaqua"
minSdkVersion 23
targetSdkVersion 29
versionCode 5
versionName "1.1.0"
versionCode 6
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/untranslatable_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%99%9A%E6%8B%9F%E4%B8%BB%E6%92%AD%E7%9B%AE%E5%BD%95
]]></string>
<string name="changelog_url" translatable="false"><![CDATA[
https://danmaqua.github.io/changelogs.html#_1-0-2-3
https://danmaqua.github.io/changelogs.html#_1-1-1-6-2020-2-26
]]></string>

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0-alpha09"
classpath 'com.android.tools.build:gradle:4.0.0-beta01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta02'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jan 31 22:45:31 CST 2020
#Wed Feb 26 16:14:51 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-rc-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 8e5c781

Please sign in to comment.