Skip to content

Commit

Permalink
increased gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dewall committed Jun 3, 2016
1 parent 1660fd7 commit 9bea6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ allprojects {
maven { url "https://jitpack.io" }
mavenCentral()
jcenter()

}
}

ext {
androidPlugin = 'com.android.tools.build:gradle:2.0.0-beta6'
androidPlugin = 'com.android.tools.build:gradle:2.1.0'
minSdkVersion = 16
compileSdkVersion = 23
targetSdkVersion = 23
Expand Down
1 change: 1 addition & 0 deletions org.envirocar.app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
zipAlignEnabled true
}
}

Expand Down

0 comments on commit 9bea6bd

Please sign in to comment.