Skip to content

Commit

Permalink
Update version to 0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Apr 11, 2019
1 parent 02c0377 commit 915302e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android_aar/dnnlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
defaultConfig {
minSdkVersion 27
targetSdkVersion 28
versionCode 31
versionName "v0.6.10"
versionCode 32
versionName "v0.6.15"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -47,7 +47,7 @@ publish {
userOrg = 'daquexian566'
groupId = 'me.daquexian'
artifactId = 'dnnlibrary'
publishVersion = '0.6.10'
publishVersion = '0.6.15'
desc = 'Daquexian\'s NNAPI Library. Run neural network using the new NNAPI on Android !'
website = 'https://github.com/daquexian/DNNLibrary'
}

0 comments on commit 915302e

Please sign in to comment.