Skip to content

Commit

Permalink
Fixed a drawable color issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
woxingxiao committed Dec 22, 2020
1 parent 4d43120 commit 5867f13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.60'
ext.kotlin_version = '1.4.20'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
6 changes: 3 additions & 3 deletions vectorcompattextview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 15
versionName "2.7-androidx"
versionCode 16
versionName "2.8-androidx"

}
buildTypes {
Expand All @@ -19,5 +19,5 @@ android {
}

dependencies {
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'androidx.appcompat:appcompat:1.2.0'
}

0 comments on commit 5867f13

Please sign in to comment.