Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KINFOO committed Aug 30, 2016
1 parent 4f0e6e8 commit 0690c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainActivity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
applicationId 'com.sierrawireless.avphone'
minSdkVersion 22
targetSdkVersion 22
versionName '1.0.6beta2'
versionName '1.0.6'
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion mainActivity/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sierrawireless.avphone"
android:versionCode="22">
android:versionCode="23">

<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Expand Down

0 comments on commit 0690c90

Please sign in to comment.