Skip to content

Commit

Permalink
apply review comment concerning targetSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Oct 30, 2018
1 parent 68fabae commit 54484d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />

<uses-sdk
android:targetSdkVersion="26" />

</manifest>

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ android {

defaultConfig {
minSdkVersion 14
targetSdkVersion 26
}

sourceSets {
Expand Down
3 changes: 0 additions & 3 deletions sample_client/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
android:versionName="1.0">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="26"/>
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
Expand Down
5 changes: 5 additions & 0 deletions sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ dependencies {
android {
compileSdkVersion 26

defaultConfig {
minSdkVersion 14
targetSdkVersion 26
}

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down

0 comments on commit 54484d9

Please sign in to comment.