diff --git a/SWAPI_SDK/.idea/.name b/SWAPI_SDK/.idea/.name
deleted file mode 100644
index 62f2eb2..0000000
--- a/SWAPI_SDK/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-SWAPI_SDK
\ No newline at end of file
diff --git a/SWAPI_SDK/.idea/compiler.xml b/SWAPI_SDK/.idea/compiler.xml
deleted file mode 100644
index 9a8b7e5..0000000
--- a/SWAPI_SDK/.idea/compiler.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SWAPI_SDK/.idea/encodings.xml b/SWAPI_SDK/.idea/encodings.xml
deleted file mode 100644
index d821048..0000000
--- a/SWAPI_SDK/.idea/encodings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/SWAPI_SDK/.idea/gradle.xml b/SWAPI_SDK/.idea/gradle.xml
deleted file mode 100644
index 537f231..0000000
--- a/SWAPI_SDK/.idea/gradle.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SWAPI_SDK/.idea/misc.xml b/SWAPI_SDK/.idea/misc.xml
deleted file mode 100644
index 03f7181..0000000
--- a/SWAPI_SDK/.idea/misc.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SWAPI_SDK/.idea/scopes/scope_settings.xml b/SWAPI_SDK/.idea/scopes/scope_settings.xml
deleted file mode 100644
index 922003b..0000000
--- a/SWAPI_SDK/.idea/scopes/scope_settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/SWAPI_SDK/SWAPI_SDK.iml b/SWAPI_SDK/SWAPI_SDK.iml
deleted file mode 100644
index dba23f0..0000000
--- a/SWAPI_SDK/SWAPI_SDK.iml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SWAPI_SDK/build.gradle b/SWAPI_SDK/build.gradle
index 3afe7b2..dd27ed1 100644
--- a/SWAPI_SDK/build.gradle
+++ b/SWAPI_SDK/build.gradle
@@ -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'
}
}
diff --git a/SWAPI_SDK/gradle/wrapper/gradle-wrapper.properties b/SWAPI_SDK/gradle/wrapper/gradle-wrapper.properties
index ffaa281..eaba301 100644
--- a/SWAPI_SDK/gradle/wrapper/gradle-wrapper.properties
+++ b/SWAPI_SDK/gradle/wrapper/gradle-wrapper.properties
@@ -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
diff --git a/SWAPI_SDK/lib/build.gradle b/SWAPI_SDK/lib/build.gradle
index 81e7343..7ab22e6 100644
--- a/SWAPI_SDK/lib/build.gradle
+++ b/SWAPI_SDK/lib/build.gradle
@@ -1,11 +1,3 @@
-buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:0.14.2'
- }
-}
apply plugin: 'com.android.library'
repositories {
@@ -13,13 +5,12 @@ repositories {
}
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"
}
diff --git a/SWAPI_SDK/lib/lib.iml b/SWAPI_SDK/lib/lib.iml
deleted file mode 100644
index 8cd2497..0000000
--- a/SWAPI_SDK/lib/lib.iml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file