Skip to content

Commit

Permalink
[mod] version 1.2(4)
Browse files Browse the repository at this point in the history
[mod] disabled lint abortOnError
[mod] pom details
  • Loading branch information
mathijspix committed Apr 11, 2017
1 parent 141d8db commit 7ed5d52
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,22 @@ android {
versionCode Integer.parseInt(VERSION_CODE)
versionName VERSION_NAME
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
5 changes: 0 additions & 5 deletions bintray_upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ install {
name POM_DEVELOPER_NAME_1
email POM_DEVELOPER_EMAIL_1
}
developer {
id POM_DEVELOPER_ID_2
name POM_DEVELOPER_NAME_2
email POM_DEVELOPER_EMAIL_2
}
}
scm {
connection POM_SCM_CONNECTION
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.noveogroup.android:check:1.1.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
Expand Down
13 changes: 5 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.configureondemand=true
#
VERSION_NAME=1.1
VERSION_CODE=3
VERSION_NAME=1.2
VERSION_CODE=4
GROUP=com.pixplicity.letterpress
ARTIFACT_ID=letterpress
#
Expand All @@ -39,12 +39,9 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID_0=pflammertsma
POM_DEVELOPER_NAME_0=Paul Lammerstma
POM_DEVELOPER_EMAIL_0=paul@pixplicity.com
POM_DEVELOPER_ID_1=aegis123
POM_DEVELOPER_NAME_1=Dylan Drost
POM_DEVELOPER_EMAIL_1=dylan@pixplicity.com
POM_DEVELOPER_ID_2=mlagerberg
POM_DEVELOPER_NAME_2=Mathijs Lagerberg
POM_DEVELOPER_EMAIL_2=mathijs@pixplicity.com
POM_DEVELOPER_ID_1=mlagerberg
POM_DEVELOPER_NAME_1=Mathijs Lagerberg
POM_DEVELOPER_EMAIL_1=mathijs@pixplicity.com
#
ANDROID_BUILD_TOOLS_VERSION=25.0.2
ANDROID_COMPILE_SDK_VERSION=25
Expand Down

0 comments on commit 7ed5d52

Please sign in to comment.