From ba73aab70691bdc2e47760ce6f92969049479a38 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Tue, 22 Aug 2017 17:01:37 +0200 Subject: [PATCH] Updated project to build tools 26.0.1 --- .idea/inspectionProfiles/Project_Default.xml | 812 ++++++++++++++++++ .idea/libraries/annotations_android_15.xml | 9 + .../libraries/support_annotations_25_1_1.xml | 11 + .../support_annotations_26_0_0_alpha1.xml | 11 + .idea/libraries/support_compat_25_1_1.xml | 12 + .../support_compat_26_0_0_alpha1.xml | 12 + .idea/libraries/support_core_ui_25_1_1.xml | 12 + .../support_core_ui_26_0_0_alpha1.xml | 12 + .idea/libraries/support_core_utils_25_1_1.xml | 12 + .../support_core_utils_26_0_0_alpha1.xml | 12 + .idea/libraries/support_fragment_25_1_1.xml | 12 + .../support_fragment_26_0_0_alpha1.xml | 12 + .../libraries/support_media_compat_25_1_1.xml | 12 + .../support_media_compat_26_0_0_alpha1.xml | 12 + .idea/libraries/support_v4_25_1_1.xml | 10 + .idea/libraries/support_v4_26_0_0_alpha1.xml | 12 + .idea/misc.xml | 2 +- .idea/modules/UeControl.iml | 2 +- .idea/modules/app/app.iml | 55 +- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 22 files changed, 1026 insertions(+), 26 deletions(-) create mode 100755 .idea/inspectionProfiles/Project_Default.xml create mode 100755 .idea/libraries/annotations_android_15.xml create mode 100755 .idea/libraries/support_annotations_25_1_1.xml create mode 100755 .idea/libraries/support_annotations_26_0_0_alpha1.xml create mode 100755 .idea/libraries/support_compat_25_1_1.xml create mode 100755 .idea/libraries/support_compat_26_0_0_alpha1.xml create mode 100755 .idea/libraries/support_core_ui_25_1_1.xml create mode 100755 .idea/libraries/support_core_ui_26_0_0_alpha1.xml create mode 100755 .idea/libraries/support_core_utils_25_1_1.xml create mode 100755 .idea/libraries/support_core_utils_26_0_0_alpha1.xml create mode 100755 .idea/libraries/support_fragment_25_1_1.xml create mode 100755 .idea/libraries/support_fragment_26_0_0_alpha1.xml create mode 100755 .idea/libraries/support_media_compat_25_1_1.xml create mode 100755 .idea/libraries/support_media_compat_26_0_0_alpha1.xml create mode 100755 .idea/libraries/support_v4_25_1_1.xml create mode 100755 .idea/libraries/support_v4_26_0_0_alpha1.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100755 index 0000000..f2824db --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,812 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/annotations_android_15.xml b/.idea/libraries/annotations_android_15.xml new file mode 100755 index 0000000..c32c1ee --- /dev/null +++ b/.idea/libraries/annotations_android_15.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_annotations_25_1_1.xml b/.idea/libraries/support_annotations_25_1_1.xml new file mode 100755 index 0000000..5225905 --- /dev/null +++ b/.idea/libraries/support_annotations_25_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_annotations_26_0_0_alpha1.xml b/.idea/libraries/support_annotations_26_0_0_alpha1.xml new file mode 100755 index 0000000..aee6bee --- /dev/null +++ b/.idea/libraries/support_annotations_26_0_0_alpha1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_compat_25_1_1.xml b/.idea/libraries/support_compat_25_1_1.xml new file mode 100755 index 0000000..ad4a9a7 --- /dev/null +++ b/.idea/libraries/support_compat_25_1_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_compat_26_0_0_alpha1.xml b/.idea/libraries/support_compat_26_0_0_alpha1.xml new file mode 100755 index 0000000..8fd82b6 --- /dev/null +++ b/.idea/libraries/support_compat_26_0_0_alpha1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_core_ui_25_1_1.xml b/.idea/libraries/support_core_ui_25_1_1.xml new file mode 100755 index 0000000..8c676ad --- /dev/null +++ b/.idea/libraries/support_core_ui_25_1_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_core_ui_26_0_0_alpha1.xml b/.idea/libraries/support_core_ui_26_0_0_alpha1.xml new file mode 100755 index 0000000..1638809 --- /dev/null +++ b/.idea/libraries/support_core_ui_26_0_0_alpha1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_core_utils_25_1_1.xml b/.idea/libraries/support_core_utils_25_1_1.xml new file mode 100755 index 0000000..642f00a --- /dev/null +++ b/.idea/libraries/support_core_utils_25_1_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_core_utils_26_0_0_alpha1.xml b/.idea/libraries/support_core_utils_26_0_0_alpha1.xml new file mode 100755 index 0000000..27a4124 --- /dev/null +++ b/.idea/libraries/support_core_utils_26_0_0_alpha1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_fragment_25_1_1.xml b/.idea/libraries/support_fragment_25_1_1.xml new file mode 100755 index 0000000..125f0f5 --- /dev/null +++ b/.idea/libraries/support_fragment_25_1_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_fragment_26_0_0_alpha1.xml b/.idea/libraries/support_fragment_26_0_0_alpha1.xml new file mode 100755 index 0000000..c12b61b --- /dev/null +++ b/.idea/libraries/support_fragment_26_0_0_alpha1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_media_compat_25_1_1.xml b/.idea/libraries/support_media_compat_25_1_1.xml new file mode 100755 index 0000000..3ab3110 --- /dev/null +++ b/.idea/libraries/support_media_compat_25_1_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_media_compat_26_0_0_alpha1.xml b/.idea/libraries/support_media_compat_26_0_0_alpha1.xml new file mode 100755 index 0000000..7b2e90b --- /dev/null +++ b/.idea/libraries/support_media_compat_26_0_0_alpha1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_v4_25_1_1.xml b/.idea/libraries/support_v4_25_1_1.xml new file mode 100755 index 0000000..945edf8 --- /dev/null +++ b/.idea/libraries/support_v4_25_1_1.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/support_v4_26_0_0_alpha1.xml b/.idea/libraries/support_v4_26_0_0_alpha1.xml new file mode 100755 index 0000000..071b0f7 --- /dev/null +++ b/.idea/libraries/support_v4_26_0_0_alpha1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index ec0b07a..aa6abdb 100755 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/.idea/modules/UeControl.iml b/.idea/modules/UeControl.iml index 5dd4b06..e01fe0b 100755 --- a/.idea/modules/UeControl.iml +++ b/.idea/modules/UeControl.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/app/app.iml b/.idea/modules/app/app.iml index 6f8d8de..3a0f669 100755 --- a/.idea/modules/app/app.iml +++ b/.idea/modules/app/app.iml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,6 @@ - + @@ -32,12 +31,14 @@ + + @@ -45,36 +46,36 @@ - + - + - - - - - - - - + - + + + + + + + + @@ -82,8 +83,12 @@ - + + + + + @@ -92,9 +97,13 @@ + + + + @@ -103,14 +112,20 @@ - - - + + + - + + - + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6677db7..99d2e78 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 15 - buildToolsVersion '19.1.0' + buildToolsVersion '26.0.1' defaultConfig { applicationId "com.ericsson.uecontrol" diff --git a/build.gradle b/build.gradle index a2d70b4..c0cdaba 100755 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.0.0' + classpath 'com.android.tools.build:gradle:2.3.0' // 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 e6be85e..273e5ee 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Aug 01 15:57:04 CEST 2016 +#Tue Aug 22 13:38:13 CEST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip