Skip to content

Commit

Permalink
Update to latest android build tools not affected by bug:
Browse files Browse the repository at this point in the history
  • Loading branch information
kesslern committed Aug 19, 2017
1 parent cbf05df commit 29319ab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ androidGroovy {
}

android {
compileSdkVersion 24
buildToolsVersion '25.0.0'
compileSdkVersion 25
buildToolsVersion '25.0.2'

lintOptions {
abortOnError false
Expand All @@ -28,7 +28,7 @@ android {
defaultConfig {
applicationId "us.kesslern.ascient"
minSdkVersion 15
targetSdkVersion 24
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand All @@ -43,8 +43,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'org.codehaus.groovy:groovy:2.4.6:grooid'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'org.codehaus.groovy:groovy:2.4.12:grooid'
compile 'com.jakewharton:butterknife:8.2.1'
compile 'org.springframework.android:spring-android-core:1.0.1.RELEASE'
compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import groovy.transform.CompileStatic
import org.springframework.web.client.RestTemplate
import us.kesslern.ascient.activity.MainActivity

@CompileStatic
class SMSBroadcastReceiver extends BroadcastReceiver {

MainActivity activity
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath ('org.codehaus.groovy:groovy-android-gradle-plugin:1.2.0')
classpath ('org.codehaus.groovy:groovy-android-gradle-plugin:1.1.0')
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
Expand Down

0 comments on commit 29319ab

Please sign in to comment.