Skip to content

Commit

Permalink
update package version and release v1.3.2
Browse files Browse the repository at this point in the history
For Android 11 or higher to work properly.
  • Loading branch information
starryalley committed Jan 19, 2022
1 parent ac6b243 commit b84b5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 5
versionName "1.3.1"
versionCode 6
versionName "1.3.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -38,8 +38,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "androidx.core:core-ktx:1.7.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit b84b5b1

Please sign in to comment.