diff --git a/.gitignore b/.gitignore index 55c1d09..a1d4541 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ build app/build app/release +*.iml +local.properties +*.swp diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 2430dd5..0000000 --- a/app/app.iml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index e1ab97c..4dd6f77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion "27.0.2" defaultConfig { applicationId "nl.eventinfra.wifisetup" diff --git a/app/src/main/res/drawable-hdpi/camp19logo.png b/app/src/main/res/drawable-hdpi/camp19logo.png new file mode 100644 index 0000000..0f5dc7c Binary files /dev/null and b/app/src/main/res/drawable-hdpi/camp19logo.png differ diff --git a/build.gradle b/build.gradle index e4467f8..dcf3372 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,17 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { + google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.4.2' } } allprojects { repositories { + google() jcenter() } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fefa335..cce70f2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Dec 22 12:53:58 CET 2017 +#Fri Aug 16 14:23:16 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip diff --git a/local.properties b/local.properties deleted file mode 100644 index 3b94d2e..0000000 --- a/local.properties +++ /dev/null @@ -1,12 +0,0 @@ -## This file is automatically generated by Android Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Fri Dec 22 13:13:03 CET 2017 -ndk.dir=/home/wilco/Android/Sdk/ndk-bundle -sdk.dir=/home/wilco/Android/Sdk