diff --git a/OlympusServices/.idea/compiler.xml b/OlympusServices/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/OlympusServices/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/OlympusServices/.idea/gradle.xml b/OlympusServices/.idea/gradle.xml index 7ac24c7..8a91881 100644 --- a/OlympusServices/.idea/gradle.xml +++ b/OlympusServices/.idea/gradle.xml @@ -1,17 +1,18 @@ + diff --git a/OlympusServices/.idea/jarRepositories.xml b/OlympusServices/.idea/jarRepositories.xml new file mode 100644 index 0000000..10637db --- /dev/null +++ b/OlympusServices/.idea/jarRepositories.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OlympusServices/.idea/misc.xml b/OlympusServices/.idea/misc.xml index dc34569..7cbaeeb 100644 --- a/OlympusServices/.idea/misc.xml +++ b/OlympusServices/.idea/misc.xml @@ -1,4 +1,3 @@ - - + diff --git a/OlympusServices/.idea/runConfigurations.xml b/OlympusServices/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/OlympusServices/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/OlympusServices/.idea/vcs.xml b/OlympusServices/.idea/vcs.xml index 94a25f7..6c0b863 100644 --- a/OlympusServices/.idea/vcs.xml +++ b/OlympusServices/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/OlympusServices/build.gradle b/OlympusServices/build.gradle index 8d3ef8e..de09b28 100644 --- a/OlympusServices/build.gradle +++ b/OlympusServices/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:4.2.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/OlympusServices/gradle/wrapper/gradle-wrapper.properties b/OlympusServices/gradle/wrapper/gradle-wrapper.properties index 3d939b3..1bb7eb5 100644 --- a/OlympusServices/gradle/wrapper/gradle-wrapper.properties +++ b/OlympusServices/gradle/wrapper/gradle-wrapper.properties @@ -7,4 +7,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip