Skip to content

Commit

Permalink
Bump app version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennethcarino committed Sep 24, 2017
1 parent 5314b65 commit 6275f79
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.jkcarino.ankieditor"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.1.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies {
// Easy Permissions
implementation 'pub.devrel:easypermissions:0.4.3'

// AnkiDroid API
// AnkiDroid Instant-Add API
implementation 'com.ichi2.anki:api:1.1.0alpha5'

// WYSIWYG Editor
Expand Down

0 comments on commit 6275f79

Please sign in to comment.