Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyhoangvinh committed Nov 28, 2018
1 parent a8e3150 commit 62127de
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
8 changes: 6 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'realm-android'

Expand Down
15 changes: 7 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'me.tatarka:gradle-retrolambda:3.7.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "io.realm:realm-gradle-plugin:3.7.2"
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -29,16 +28,16 @@ allprojects {
ext {
configuration = [
package : "com.lyhoangvinh.app",
buildToolsVersion: "27.0.3",
compileVersion : 26,
buildToolsVersion: "28.0.3",
compileVersion : 28,
minSdk : 16,
targetSdk : 26,
version_name : "2.2.1",
version_code : 33
targetSdk : 28,
version_name : "2.0.0",
version_code : 2
]

libraries = [
supportVersion : "26.1.0",
supportVersion : "28.0.0",
rxAndroidVersion : "2.0.1",
rxJavaVersion : "2.1.0",
architectureVersion: "1.0.0-beta2"
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 @@
#Wed May 09 00:30:57 ICT 2018
#Wed Nov 28 10:50:37 ICT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit 62127de

Please sign in to comment.