Skip to content

Commit

Permalink
reversion v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arshanaqdi committed Mar 1, 2019
1 parent bbc73d5 commit 3374833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'kotlin-android'
def mini_api = 15
def compile_api = 28
def target_api = 28
def version_code = 123
def version_name = '1.2.3'
def version_code = 124
def version_name = '1.2.4'

android {
compileSdkVersion compile_api
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: 'kotlin-android-extensions'
def mini_api = 15
def compile_api = 28
def target_api = 28
def version_code = 123
def version_name = '1.2.3'
def version_code = 124
def version_name = '1.2.4'

android {
compileSdkVersion compile_api
Expand Down

0 comments on commit 3374833

Please sign in to comment.