Skip to content

Commit

Permalink
Merge pull request #13 from Fueled/fix-build
Browse files Browse the repository at this point in the history
Fix build setting
  • Loading branch information
Hussein Aladeen authored Feb 27, 2018
2 parents fcadf14 + a659870 commit 67b6aea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apply from: "extra/gradle/libraries.gradle"
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand Down
6 changes: 3 additions & 3 deletions extra/gradle/libraries.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ext {

//app
compileSdk = 25
buildTools = "25.0.3"
compileSdk = 26
buildTools = "26.0.2"
minSdk = 15
targetSdk = 25
targetSdk = 26
appId = "com.fueled.reclaim"

//android libraries
Expand Down
2 changes: 1 addition & 1 deletion reclaim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.fueled'
version = '1.2.0'
version = '1.2.1'

android {
compileSdkVersion compileSdk
Expand Down

0 comments on commit 67b6aea

Please sign in to comment.