This repository was archived by the owner on Apr 6, 2021. It is now read-only.
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion ' 27 .0.3 '
5
+ buildToolsVersion ' 28 .0.2 '
6
6
useLibrary ' org.apache.http.legacy'
7
7
8
8
defaultConfig {
Original file line number Diff line number Diff line change 18
18
package =" com.google.android.apps.authenticator2"
19
19
android : versionCode =" 21" android : versionName =" 2.21" >
20
20
21
- <uses-sdk android : minSdkVersion = " 7 " android : targetSdkVersion =" 14" />
21
+ <uses-sdk android : targetSdkVersion =" 14" />
22
22
23
23
<uses-permission android : name =" android.permission.VIBRATE" />
24
24
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.1.3 '
8
+ classpath ' com.android.tools.build:gradle:3.2.0 '
9
9
}
10
10
}
11
11
12
12
allprojects {
13
13
repositories {
14
+ google()
14
15
jcenter()
15
16
}
16
17
}
Original file line number Diff line number Diff line change 1
- # Fri Jul 13 21:01:44 PDT 2018
1
+ # Wed Sep 26 21:31:16 PDT 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments