Skip to content

Commit

Permalink
update kotlin version and release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starryalley committed Jan 18, 2022
1 parent 8124e43 commit f527bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "idv.markkuo.cscblebridge"
minSdkVersion 21
targetSdkVersion 30
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -51,5 +51,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation files('libs/antpluginlib_3-8-0.aar')
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.31"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.32"
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.32'

repositories {
google()
Expand Down

0 comments on commit f527bb8

Please sign in to comment.