From 081f26a49eea544b826f7dd77e4f597c6bee5f9b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 6 Jul 2018 14:51:37 +0200 Subject: [PATCH] ii --- .gitignore | 1 - .idea/misc.xml | 15 +- .../android_antlib_4-14-0.iml | 26 ++++ app/app.iml | 146 ++++++++++++++++++ .../iconsole/ExampleInstrumentedTest.java | 26 ---- build.gradle | 3 +- gradle/wrapper/gradle-wrapper.properties | 4 +- iconsole-android.iml | 19 +++ 8 files changed, 196 insertions(+), 44 deletions(-) create mode 100644 android_antlib_4-14-0/android_antlib_4-14-0.iml create mode 100644 app/app.iml delete mode 100644 app/src/androidTest/java/xyz/hoyer/iconsole/ExampleInstrumentedTest.java create mode 100644 iconsole-android.iml diff --git a/.gitignore b/.gitignore index 39fb081..4c027c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*.iml .gradle /local.properties /.idea/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 9adc8c9..d06063c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,5 @@ - - - - - - - - - - - - - - + diff --git a/android_antlib_4-14-0/android_antlib_4-14-0.iml b/android_antlib_4-14-0/android_antlib_4-14-0.iml new file mode 100644 index 0000000..2a85d7e --- /dev/null +++ b/android_antlib_4-14-0/android_antlib_4-14-0.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..ec041c9 --- /dev/null +++ b/app/app.iml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/androidTest/java/xyz/hoyer/iconsole/ExampleInstrumentedTest.java b/app/src/androidTest/java/xyz/hoyer/iconsole/ExampleInstrumentedTest.java deleted file mode 100644 index 99fcd4f..0000000 --- a/app/src/androidTest/java/xyz/hoyer/iconsole/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package xyz.hoyer.iconsole; - -import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumentation test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() throws Exception { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("xyz.hoyer.iconsole", appContext.getPackageName()); - } -} diff --git a/build.gradle b/build.gradle index b78a0b8..f6533b4 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:3.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index acc367b..6d88a5d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 19 10:17:40 CEST 2017 +#Fri Jul 06 14:40:55 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip diff --git a/iconsole-android.iml b/iconsole-android.iml new file mode 100644 index 0000000..62efb8e --- /dev/null +++ b/iconsole-android.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file