Skip to content

Commit ffc885f

Browse files
committed
Upgraded some libs
1 parent 8ab7b2d commit ffc885f

File tree

6 files changed

+40
-11
lines changed

6 files changed

+40
-11
lines changed

android-sdk/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies {
4747

4848
implementation 'androidx.appcompat:appcompat:1.1.0'
4949
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
50-
implementation 'com.google.android.material:material:1.0.0'
50+
implementation 'com.google.android.material:material:1.1.0'
51+
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
5152

5253
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5354

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.61'
4+
ext.kotlin_version = '1.3.72'
55
repositories {
66
google()
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.5.3'
10+
classpath 'com.android.tools.build:gradle:3.6.3'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17"
1313
}
1414
}
1515

16-
group = 'com.payline'
17-
version = '0.1'
18-
1916
allprojects {
2017
repositories {
2118
google()
2219
jcenter()
2320
mavenCentral()
2421
}
25-
}
22+
}

gradle/wrapper/gradle-wrapper.jar

1.26 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Thu Sep 12 09:32:43 CEST 2019
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

gradlew

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)