Skip to content

Commit

Permalink
Merge pull request #71 from NordicSemiconductor/develop
Browse files Browse the repository at this point in the history
Release v2.7.2
  • Loading branch information
roshanrajaratnam committed Apr 8, 2019
2 parents e77097c + 2b9072e commit 08b67a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 28
versionCode 68
versionName "2.7.1"
versionCode 69
versionName "2.7.2"
resConfigs "en"

vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
//noinspection GradleDependency
implementation 'com.google.android.gms:play-services-wearable:10.2.0'

implementation 'androidx.appcompat:appcompat:1.1.0-alpha03'
implementation 'androidx.appcompat:appcompat:1.1.0-alpha04'
implementation 'androidx.preference:preference:1.1.0-alpha04'
implementation 'com.google.android.material:material:1.1.0-alpha05'

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</style>

<style name="Widget.Connect" parent="@style/Widget.MaterialComponents.Button">
<item name="android:theme">@style/ConnectTheme</item>
<item name="theme">@style/ConnectTheme</item>
<item name="android:minWidth">200dp</item>
<item name="android:minHeight">52dp</item>
</style>
Expand Down
6 changes: 3 additions & 3 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 28
versionCode 282716802 // target: 28, version: 2.6.0, build: 68, multi-APK: 01
versionName "2.7.1"
versionCode 282726903 // target: 28, version: 2.6.0, build: 68, multi-APK: 01
versionName "2.7.2"
resConfigs "en"
}
lintOptions {
Expand Down Expand Up @@ -39,7 +39,7 @@ configurations.all() { configuration -> exclude group: "org.apache.httpcomponent

dependencies {
implementation project(':common')
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha03'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha04'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'com.google.android.support:wearable:2.4.0'
compileOnly 'com.google.android.wearable:wearable:2.4.0'
Expand Down

0 comments on commit 08b67a2

Please sign in to comment.