Skip to content

Commit

Permalink
Proj :: Gradle update for AS 1.0 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Malevaniy committed Nov 24, 2014
1 parent 6f5afc5 commit a2a531e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions LikeOrmExample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'android'
apply plugin: 'com.android.application'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand All @@ -12,7 +12,8 @@ android {
}
buildTypes {
release {
runProguard false
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Expand Down
5 changes: 3 additions & 2 deletions LikeOrmLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand All @@ -10,7 +10,8 @@ android {
}
buildTypes {
release {
runProguard false
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Expand Down

0 comments on commit a2a531e

Please sign in to comment.