We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9090ee7 commit 5ce7773Copy full SHA for 5ce7773
AndroidManifest.xml
@@ -5,7 +5,6 @@
5
android:versionName="1.6.0" >
6
7
<uses-sdk
8
- android:minSdkVersion="10"
9
android:targetSdkVersion="22" />
10
11
<uses-permission android:name="android.permission.INTERNET"/>
build.gradle
@@ -1,14 +1,16 @@
1
buildscript {
2
repositories {
3
+ google()
4
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
+ classpath 'com.android.tools.build:gradle:3.6.0'
allprojects {
12
13
14
15
16
0 commit comments