Skip to content

Commit

Permalink
Update plugin versions
Browse files Browse the repository at this point in the history
Signed-off-by: Iscle <[email protected]>
  • Loading branch information
iscle committed May 30, 2021
1 parent dc7f334 commit 6e3da1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "androidx.navigation.safeargs"

android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'

signingConfigs {
debug {
Expand Down Expand Up @@ -48,7 +48,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.MasayukiSuda:BubbleLayout:v1.2.1'
Expand All @@ -58,10 +58,10 @@ dependencies {
implementation 'org.apache.commons:commons-compress:1.20'
implementation 'org.tukaani:xz:1.8'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.navigation:navigation-fragment:2.3.2'
implementation 'androidx.navigation:navigation-ui:2.3.2'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.google.guava:guava:30.0-android'
implementation project(path: ':boat')
Expand Down
4 changes: 2 additions & 2 deletions boat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
ndkVersion '21.3.6528147'

defaultConfig {
Expand Down Expand Up @@ -43,6 +43,6 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.code.gson:gson:2.8.6'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 6e3da1e

Please sign in to comment.