Skip to content

Commit

Permalink
Project: Bump release number
Browse files Browse the repository at this point in the history
  • Loading branch information
leosarra committed Jul 13, 2021
1 parent d928ceb commit ddc0480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.lithium.leona.openstud"
minSdkVersion 23
targetSdkVersion 30
versionCode 187
versionName "1.29.0"
versionCode 189
versionName "1.29.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation 'androidx.biometric:biometric:1.0.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'com.github.lithiumsr:openstud_driver:0.59.8'
implementation 'com.github.lithiumsr:openstud_driver:0.60.1'
implementation 'com.jakewharton:butterknife:10.2.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation "com.mikepenz:aboutlibraries:6.2.3"
Expand Down

0 comments on commit ddc0480

Please sign in to comment.