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

Commit

Permalink
Android Studio 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Oct 25, 2018
1 parent d49814c commit 4b125d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />

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

</manifest>
Expand Down
6 changes: 5 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,10 @@ dependencies {
android {
compileSdkVersion 26

defaultConfig {
minSdkVersion 14
}

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

0 comments on commit 4b125d4

Please sign in to comment.