File tree 4 files changed +30
-26
lines changed
4 files changed +30
-26
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" erikjhordanrey.android_kotlin_devises" >
4
4
5
- <uses-permission android : name =" android.permission.INTERNET" />
6
- <application
7
- android : name =" .di.CurrencyApplication"
8
- android : allowBackup =" true"
9
- android : icon =" @mipmap/ic_launcher"
10
- android : label =" @string/app_name"
11
- android : supportsRtl =" true"
12
- android : theme =" @style/AppTheme" >
13
- <activity
14
- android : name =" .view.NavigationActivity"
15
- android : label =" @string/app_name" >
16
- <intent-filter >
17
- <action android : name =" android.intent.action.MAIN" />
5
+ <uses-permission android : name =" android.permission.INTERNET" />
6
+ <application
7
+ android : name =" .di.CurrencyApplication"
8
+ android : allowBackup =" true"
9
+ android : icon =" @mipmap/ic_launcher"
10
+ android : label =" @string/app_name"
11
+ android : supportsRtl =" true"
12
+ android : theme =" @style/AppTheme"
13
+ android : usesCleartextTraffic =" true" >
14
+ <activity
15
+ android : name =" .view.NavigationActivity"
16
+ android : label =" @string/app_name" >
17
+ <intent-filter >
18
+ <action android : name =" android.intent.action.MAIN" />
18
19
19
- <category android : name =" android.intent.category.LAUNCHER" />
20
- </intent-filter >
21
- </activity >
20
+ <category android : name =" android.intent.category.LAUNCHER" />
21
+ </intent-filter >
22
+ </activity >
22
23
23
- </application >
24
+ </application >
24
25
25
- </manifest >
26
+ </manifest >
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ buildscript {
4
4
' compileSdk' : 28 ,
5
5
' minSdk' : 15 ,
6
6
' targetSdk' : 28 ,
7
- ' androidGradle' : ' 3.4.0 ' ,
8
- ' androidx' : ' 1.0 .0' ,
7
+ ' androidGradle' : ' 3.6.3 ' ,
8
+ ' androidx' : ' 1.1 .0' ,
9
9
' androidxAppcompat' : ' 1.0.2' ,
10
- ' lifecycle' : ' 2.0 .0' ,
11
- ' persistence' : ' 2.0.0 ' ,
12
- ' material' : ' 1.0 .0' ,
10
+ ' lifecycle' : ' 2.2 .0' ,
11
+ ' persistence' : ' 2.2.5 ' ,
12
+ ' material' : ' 1.1 .0' ,
13
13
' rxAndroid' : ' 2.1.1' ,
14
14
' rxJava' : ' 2.2.8' ,
15
15
' dagger' : ' 2.22.1' ,
16
16
' retrofit' : ' 2.5.0' ,
17
17
' okhttp' : ' 3.12.0' ,
18
- ' kotlin' : ' 1.3.30 '
18
+ ' kotlin' : ' 1.3.71 '
19
19
]
20
20
21
21
repositories {
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ org.gradle.jvmargs=-Xmx1536m
15
15
# This option should only be used with decoupled projects. More details, visit
16
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
17
# org.gradle.parallel=true
18
+ # AndroidX
19
+ android.useAndroidX =true
20
+ android.enableJetifier =true
Original file line number Diff line number Diff line change 1
- # Wed Apr 24 11:47:35 CDT 2019
1
+ # Tue Apr 21 20:16:26 CDT 2020
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-5.1.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
You can’t perform that action at this time.
0 commit comments