Updated the gradle plugin version

develop
Nelson R. Perez 2018-10-01 23:58:23 -05:00
parent 5ef4ebfca7
commit 740a75ae30
3 changed files with 2 additions and 3 deletions

View File

@ -22,6 +22,6 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}

View File

@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 24
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.2'
defaultConfig {
minSdkVersion 14

View File

@ -2,7 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cy.agorise.graphenej">
<uses-sdk android:minSdkVersion="1" />
<uses-permission android:name="android.permission.INTERNET" />
<application>