Skip to content

Commit 5b147bc

Browse files
committed
# jitpack fixes
1 parent 7269575 commit 5b147bc

7 files changed

Lines changed: 269 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: 'kotlin-android-extensions'
33
apply plugin: 'kotlin-android'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77
defaultConfig {
88
applicationId "com.mdgd.commons_jet"
99
minSdkVersion 23
10-
targetSdkVersion 28
10+
targetSdkVersion 29
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -57,7 +57,7 @@ dependencies {
5757

5858
// okHttp
5959
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
60-
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
60+
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
6161

6262
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
6363
exclude group: 'com.android.support', module: 'support-annotations'
@@ -84,6 +84,8 @@ dependencies {
8484
implementation project(':utilities')
8585
implementation project(':result')
8686
implementation project(':retrofit_support')
87+
88+
// kotlin
8789
implementation "androidx.core:core-ktx:1.0.2"
8890
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
8991
}

bus/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ android {
2929
}
3030
}
3131

32-
dependencies {}
32+
dependencies {}

gradle/wrapper/gradle-wrapper.jar

53.1 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Tue Jun 11 17:49:30 IDT 2019
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

gradlew

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recycler_fragment/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ dependencies {
2828

2929
implementation "androidx.recyclerview:recyclerview:$androidx_recycler"
3030
implementation "androidx.appcompat:appcompat:$androidx"
31-
}
31+
}

0 commit comments

Comments
 (0)