File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
ShimmerAndroidInstrumentDriver
ShimmerAndroidInstrumentDriver Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55apply plugin : ' com.jfrog.artifactory'
66apply plugin : ' maven-publish'
77
8- version = ' 3.0.65Beta '
8+ version = ' 3.0.70Beta '
99
1010android {
1111 compileSdkVersion 25
@@ -74,6 +74,6 @@ dependencies {
7474 compile files(' libs/ShimmerBiophysicalProcessingLibrary_Rev_0_11.jar' )
7575 compile files(' libs/AndroidBluetoothLibrary.jar' )
7676 compile files(' libs/androidplot-core-0.5.0-release.jar' )
77- implementation group : ' com.shimmersensing' , name : ' rmshimmerbtmanager ' , version :' 1.3 '
77+ implementation group : ' com.shimmersensing' , name : ' ShimmerBluetoothManager ' , version :' 0.9.42beta '
7878 compile ' com.android.support:appcompat-v7:25.3.1'
7979}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
2525 repositories {
2626 google()
2727 maven {
28- url " https://shimmersensing.jfrog.io/artifactory/dummyLcl "
28+ url " https://shimmersensing.jfrog.io/artifactory/ShimmerAPI "
2929
3030 }
3131 mavenCentral()
@@ -35,7 +35,7 @@ allprojects {
3535 contextUrl = " ${ artifactory_contextUrl} "
3636 publish {
3737 repository {
38- repoKey = ' dummyLcl '
38+ repoKey = ' ShimmerAPI '
3939 username = " ${ artifactory_user} "
4040 password = " ${ artifactory_password} "
4141 maven = true
@@ -49,7 +49,7 @@ allprojects {
4949 }
5050 resolve {
5151 repository {
52- repoKey = ' dummyLcl '
52+ repoKey = ' ShimmerAPI '
5353 username = " ${ artifactory_user} "
5454 password = " ${ artifactory_password} "
5555 maven = true
@@ -66,8 +66,6 @@ project('ShimmerAndroidInstrumentDriver') {
6666 groupId = ' com.shimmersensing'
6767 version = project. version
6868 artifactId project. getName()
69- // artifactId = 'rmandroidapi'
70- // version = '1.3'
7169 artifact(" $buildDir /outputs/aar/ShimmerAndroidInstrumentDriver}-release.aar" )
7270 }
7371 }
You can’t perform that action at this time.
0 commit comments