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 1824fd3 commit 61127cdCopy full SHA for 61127cd
app/build.gradle
@@ -94,13 +94,17 @@ android {
94
}
95
lintOptions {
96
disable 'MissingTranslation'
97
+ warning 'InvalidPackage'
98
99
androidExtensions {
100
experimental = true
101
102
aaptOptions {
103
cruncherEnabled = false
104
105
+ kotlinOptions {
106
+ jvmTarget = "1.8"
107
+ }
108
109
110
spotless {
@@ -122,7 +126,7 @@ dependencies {
122
126
def roomVersion = "2.1.0"
123
127
def ktx_version = "1.0.0"
124
128
def ktx2_version = "2.0.0"
125
- def nav_version = "2.1.0-alpha06"
129
+ def nav_version = "2.1.0-beta01"
130
def anko_version = "0.10.8"
131
def paging_version = "2.1.0"
132
0 commit comments