From 5471d860c00a28af8d5451b7c7e9b15f8db4e65b Mon Sep 17 00:00:00 2001 From: Krokogator Date: Tue, 4 Dec 2018 16:38:03 +0100 Subject: [PATCH 1/4] Commit ze stacjonarki --- android/.idea/misc.xml | 34 ++++++++++++++++--- android/.idea/modules.xml | 2 +- android/.idea/vcs.xml | 6 ++++ android/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 4 +-- 5 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 android/.idea/vcs.xml diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml index 37a7509..1dc7455 100644 --- a/android/.idea/misc.xml +++ b/android/.idea/misc.xml @@ -1,9 +1,35 @@ - - + + + - - \ No newline at end of file diff --git a/android/.idea/modules.xml b/android/.idea/modules.xml index bcc6c01..abc31fc 100644 --- a/android/.idea/modules.xml +++ b/android/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/android/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index e6b32bc..8d3ef8e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not place your application dependencies here; they belong diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 3b820db..ed94c25 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Dec 04 15:17:08 CET 2018 +#Tue Dec 04 16:28:48 CET 2018 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-4.6-all.zip From 8a790ab839dad6326b7170e6217c0e3b2e1ba6fe Mon Sep 17 00:00:00 2001 From: Krokogator Date: Tue, 4 Dec 2018 19:40:32 +0100 Subject: [PATCH 2/4] =?UTF-8?q?Dodany=20prototyp=20g=C5=82=C3=B3wnego=20me?= =?UTF-8?q?nu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/src/main/res/layout/activity_main.xml | 58 ++++++++++++++++--- android/app/src/main/res/values/colors.xml | 6 +- android/app/src/main/res/values/strings.xml | 4 ++ 3 files changed, 58 insertions(+), 10 deletions(-) diff --git a/android/app/src/main/res/layout/activity_main.xml b/android/app/src/main/res/layout/activity_main.xml index 22ea485..9cef12f 100644 --- a/android/app/src/main/res/layout/activity_main.xml +++ b/android/app/src/main/res/layout/activity_main.xml @@ -6,13 +6,57 @@ android:layout_height="match_parent" tools:context="com.krokogator.photoeat.MainActivity"> - + +