Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Apr 25, 2020
1 parent d6b1192 commit 1d762af
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 @@ -12,8 +12,8 @@ android {
minSdkVersion 21
//noinspection OldTargetApi
targetSdkVersion 27 // Target Android O
versionCode 22
versionName "1.2.2"
versionCode 24
versionName "1.2.4"
}

buildTypes {
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.google.protobuf:protobuf-java:3.11.4'
implementation 'com.google.protobuf:protoc:3.11.4'
compileOnly 'com.google.protobuf:protoc:3.11.4'
}

afterEvaluate {
Expand Down

0 comments on commit 1d762af

Please sign in to comment.