Skip to content

Commit

Permalink
update gradle properties version
Browse files Browse the repository at this point in the history
  • Loading branch information
firdausmaulan committed Jan 18, 2019
1 parent d94e722 commit 76aff64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // Add this line
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.firdausmaulan'

android {
Expand All @@ -7,8 +8,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.min_sdk_version as Integer
targetSdkVersion rootProject.ext.target_sdk_version as Integer
versionCode 16
versionName "1.3.3"
versionCode 17
versionName "1.4.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 76aff64

Please sign in to comment.