From a757b967d16c5627f16c445c3d2dd959e1906a76 Mon Sep 17 00:00:00 2001 From: nico202 Date: Thu, 24 May 2018 18:56:23 +0200 Subject: [PATCH] fix apk build (update gradle) --- .idea/caches/build_file_checksums.ser | Bin 0 -> 537 bytes .idea/gradle.xml | 18 +++++ .idea/misc.xml | 34 +++++++++ .idea/modules.xml | 1 + app/app.iml | 84 +++++++++++++++-------- app/build.gradle | 2 +- build.gradle | 6 +- gradle/wrapper/gradle-wrapper.properties | 4 +- music-cyclon.iml | 13 ++-- 9 files changed, 122 insertions(+), 40 deletions(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/gradle.xml create mode 100644 .idea/misc.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..d2e26ae26f08a72707c3481ed4b529f0123ccbe2 GIT binary patch literal 537 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}uGBYr_F>vMNC#JY1CYR(Fc`|U8WE7 + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..dc34569 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index e5a6416..4cfe290 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/app/app.iml b/app/app.iml index f70e089..fc61fe1 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + @@ -9,13 +9,9 @@ - + - + + - + + - + + - + + + + + + + + + + + + + + + - + - + + + + + + + + + + - - - - - - - - + + + + - - + + + + - + - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 68d6639..9765bcf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.3" + buildToolsVersion '27.0.3' defaultConfig { applicationId "max.music_cyclon" diff --git a/build.gradle b/build.gradle index e220f0b..0291d45 100644 --- a/build.gradle +++ b/build.gradle @@ -3,12 +3,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files + classpath 'com.android.tools.build:gradle:3.1.2' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6553df6..fa04b38 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Jun 01 15:28:51 CEST 2016 +#Thu May 24 16:50:41 GMT 2018 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-4.4-all.zip diff --git a/music-cyclon.iml b/music-cyclon.iml index 0fe7ea9..2f126a7 100644 --- a/music-cyclon.iml +++ b/music-cyclon.iml @@ -1,15 +1,18 @@ - + - + - - + - + + +