Skip to content

Commit

Permalink
gradle update 5.3.1 -> 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DNights committed Sep 8, 2023
1 parent 6236ac5 commit c39cebf
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 152 deletions.
23 changes: 12 additions & 11 deletions build.gradle
@@ -1,15 +1,16 @@
group 'com.hosopy'
version '0.0.10'
version '0.0.17'

buildscript {
repositories {
mavenCentral()
maven { url "https://maven.google.com"}
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
classpath 'com.android.tools.build:gradle:3.5.0-alpha13'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21"
classpath 'com.android.tools.build:gradle:8.1.1'
}
}

Expand All @@ -18,19 +19,19 @@ apply plugin: 'kotlin'
allprojects {
repositories {
mavenCentral()
jcenter()
google()
maven { url "https://maven.google.com"}
google()
jcenter()
}
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.31"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.3.31'
implementation 'com.beust:klaxon:5.0.5'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.21'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
implementation 'com.beust:klaxon:5.6'
implementation 'com.squareup.okhttp:okhttp-ws:2.7.5'

testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3.31"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.8.21"
testImplementation 'com.squareup.okhttp:mockwebserver:2.7.5'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
#Thu Aug 10 17:46:21 JST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip

0 comments on commit c39cebf

Please sign in to comment.