Skip to content

Commit

Permalink
Update gradle distrubutions
Browse files Browse the repository at this point in the history
  • Loading branch information
teocci committed Sep 20, 2019
1 parent e8c2beb commit 6ce7049
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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 {
minSdkVersion 16
targetSdkVersion 28
versionCode 160040002
versionName "4.0.2"
versionName "4.0.3"
multiDexEnabled true
}

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/teocci/ytinbg/ui/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ public boolean onOptionsItemSelected(MenuItem item)
alertDialog.setTitle("Teocci");
alertDialog.setIcon(R.mipmap.ic_launcher);
alertDialog.setMessage(
"Dedicated to the person who gives me a reason to smile even on the dullest of days." + ".\n" +
"누리 고마워~ Thanks for been in my life." + "\n\n" +
"YiB v" + BuildConfig.VERSION_NAME + "\n\n[email protected]\n\n" +
monthFormat.format(date) + " " + yearFormat.format(date) + ".\n"
);
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
// NOTE: Do not place your application dependencies here; they belong
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 @@
#Mon Jun 24 10:37:02 KST 2019
#Fri Sep 20 16:43:26 KST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 6ce7049

Please sign in to comment.