Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendoncoin committed May 27, 2019
1 parent 035316f commit 4543aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions securepreferences/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.Bitcoin-com'
version = '1.0.1'
version = '1.1.0'

android {
compileSdkVersion 28
Expand All @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 10001
versionName "1.0.1"
versionCode 10100
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 4543aad

Please sign in to comment.