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 837e7b6 commit d930b5bCopy full SHA for d930b5b
app/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: 'com.android.application'
2
+apply plugin: 'kotlin-android'
3
4
android {
5
compileSdkVersion 30
@@ -50,4 +51,10 @@ dependencies {
50
51
testImplementation 'junit:junit:4.12'
52
53
implementation "info.guardianproject.netcipher:netcipher:2.1.0"
54
+ implementation "androidx.core:core-ktx:+"
55
+ implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
56
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
57
+}
58
+repositories {
59
+ mavenCentral()
60
}
0 commit comments