Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
remove Eclipse structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Dec 17, 2017
1 parent 0e7fd8e commit 32580c4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 144 deletions.
33 changes: 0 additions & 33 deletions .project

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
- master
install:
# Let's use the new command 'sdkmanager' to install Android SDK components
- yes | sdkmanager --verbose "build-tools;26.0.2"
- yes | sdkmanager --verbose "build-tools;26.0.3"
- yes | sdkmanager --verbose "platform-tools"
- yes | sdkmanager --verbose "tools"
- yes | sdkmanager --verbose "platforms;android-26"
Expand Down
8 changes: 0 additions & 8 deletions ant.properties

This file was deleted.

13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}

Expand All @@ -19,7 +19,7 @@ dependencies {

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
buildToolsVersion '26.0.3'

sourceSets {
main {
Expand Down Expand Up @@ -48,4 +48,13 @@ android {
lintOptions {
abortOnError false
}

buildTypes {
release {
}
debug {
}
beta {
}
}
}
92 changes: 0 additions & 92 deletions build.xml

This file was deleted.

7 changes: 0 additions & 7 deletions custom_rules.xml

This file was deleted.

2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion "26.0.3"

sourceSets {
main {
Expand Down

0 comments on commit 32580c4

Please sign in to comment.