Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 29, 2020
1 parent 0b50844 commit 045bd07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,4 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ class MainActivity : AppCompatActivity(),
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

// AppCenter.start(
// application, "d1108985-aa25-4fb5-9269-31a70a87d28e",
// Analytics::class.java, Crashes::class.java
// )
AppCenter.start(
application, "d1108985-aa25-4fb5-9269-31a70a87d28e",
Analytics::class.java, Crashes::class.java
)

Crashes.getMinidumpDirectory().thenAccept { path ->
if (path != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import space.celestia.mobilecelestia.R
import space.celestia.mobilecelestia.utils.CelestiaString

class SettingsDataLocationFragment : SettingsBaseFragment() {

private var listener: Listener? = null

private val listAdapter by lazy { SettingsDataLocationRecyclerViewAdapter(listener) }
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.71'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 045bd07

Please sign in to comment.