Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #198 from hannesa2/AndroidStudio-3.2.1
Browse files Browse the repository at this point in the history
Android Studio 3.2.1
  • Loading branch information
davigonz authored Nov 29, 2018
2 parents c85fe75 + 94f3c37 commit 9502498
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
4 changes: 0 additions & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,5 @@
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />

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

</manifest>

7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}

Expand All @@ -27,6 +27,11 @@ dependencies {
android {
compileSdkVersion 26

defaultConfig {
minSdkVersion 14
targetSdkVersion 26
}

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
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 9502498

Please sign in to comment.