Skip to content

Update Android librairies #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SWAPI_SDK/.idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions SWAPI_SDK/.idea/compiler.xml

This file was deleted.

4 changes: 0 additions & 4 deletions SWAPI_SDK/.idea/encodings.xml

This file was deleted.

17 changes: 0 additions & 17 deletions SWAPI_SDK/.idea/gradle.xml

This file was deleted.

154 changes: 0 additions & 154 deletions SWAPI_SDK/.idea/misc.xml

This file was deleted.

5 changes: 0 additions & 5 deletions SWAPI_SDK/.idea/scopes/scope_settings.xml

This file was deleted.

18 changes: 0 additions & 18 deletions SWAPI_SDK/SWAPI_SDK.iml

This file was deleted.

2 changes: 1 addition & 1 deletion SWAPI_SDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion SWAPI_SDK/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
15 changes: 3 additions & 12 deletions SWAPI_SDK/lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.2'
}
}
apply plugin: 'com.android.library'

repositories {
mavenCentral()
}

android {
compileSdkVersion 21
buildToolsVersion "19.1.0"
compileSdkVersion 25
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.swapi"
minSdkVersion 14
targetSdkVersion 21
targetSdkVersion 25
versionCode 2
versionName "1.0.1"
}
Expand Down
93 changes: 0 additions & 93 deletions SWAPI_SDK/lib/lib.iml

This file was deleted.