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 d066d37 commit 49617deCopy full SHA for 49617de
android-example-app/app-kotlin/src/main/java/ch/freshbits/pathshare/example/MainActivity.kt
@@ -3,11 +3,11 @@ package ch.freshbits.pathshare.example
3
import android.content.Context
4
import android.content.SharedPreferences
5
import android.os.Bundle
6
-import android.support.v7.app.AppCompatActivity
7
import android.util.Log
8
import android.view.View
9
import android.widget.Button
10
import android.widget.Toast
+import androidx.appcompat.app.AppCompatActivity
11
import ch.freshbits.pathshare.sdk.Pathshare
12
import ch.freshbits.pathshare.sdk.helper.*
13
import ch.freshbits.pathshare.sdk.model.Destination
0 commit comments