Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Feb 17, 2018
1 parent 0240677 commit fae3760
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "me.blog.korn123.easydiary"
minSdkVersion 16
targetSdkVersion 26
versionCode 72
versionName "1.4.15"
versionCode 75
versionName "1.4.18"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {

// Jake Wharton
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
kapt 'com.jakewharton:butterknife-compiler:8.8.1'

// Joda.org
implementation group: 'joda-time', name: 'joda-time', version: '2.1'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/RELEASE_en
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---------------------------------------------------

# Changes in 1.4.15 (date: 2018/02/17)
# Changes in 1.4.18 (date: 2018/02/17)
* User Experience (UX) Optimization

# Changes in 1.4.12 (date: 2018/02/12)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/RELEASE_ja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---------------------------------------------------

# Changes in 1.4.15 (date: 2018/02/17)
# Changes in 1.4.18 (date: 2018/02/17)
* ユーザーの経験(UX)を最適化

# Changes in 1.4.12 (date: 2018/02/12)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/RELEASE_ko
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---------------------------------------------------

# Changes in 1.4.15 (date: 2018/02/17)
# Changes in 1.4.18 (date: 2018/02/17)
* 사용자경험(UX) 최적화

# Changes in 1.4.12 (date: 2018/02/12)
Expand Down
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 {
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "io.realm:realm-gradle-plugin:3.0.0"
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.8.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit fae3760

Please sign in to comment.