Skip to content

Commit 5ce7773

Browse files
committed
Support Android Studio V3.6
Modify build.gradle to support Android Studio V3.6.
1 parent 9090ee7 commit 5ce7773

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
android:versionName="1.6.0" >
66

77
<uses-sdk
8-
android:minSdkVersion="10"
98
android:targetSdkVersion="22" />
109

1110
<uses-permission android:name="android.permission.INTERNET"/>

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
buildscript {
22
repositories {
3+
google()
34
jcenter()
45
}
56
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.2.3'
7+
classpath 'com.android.tools.build:gradle:3.6.0'
78
}
89
}
910

1011
allprojects {
1112
repositories {
13+
google()
1214
jcenter()
1315
}
1416
}

0 commit comments

Comments
 (0)