-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from InkApplications/dep-updates
Dependency updates
- Loading branch information
Showing
7 changed files
with
139 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
.gradle/ | ||
build/ | ||
local.properties | ||
|
||
# Kotlin compiler | ||
.kotlin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +0,0 @@ | ||
public final class com/inkapplications/android/ActivitiesKt { | ||
public static final fun startActivity (Landroid/app/Activity;Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;)V | ||
public static synthetic fun startActivity$default (Landroid/app/Activity;Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V | ||
} | ||
|
||
public final class com/inkapplications/android/ContextsKt { | ||
public static final fun checkSelfPermissions (Landroid/content/Context;[Ljava/lang/String;)Ljava/util/Map; | ||
} | ||
|
||
public final class com/inkapplications/android/DebouncingClickListenerKt { | ||
public static final fun setDebouncingOnClickListener (Landroid/view/View;Lkotlin/jvm/functions/Function1;)V | ||
} | ||
|
||
public final class com/inkapplications/android/EventsKt { | ||
public static final fun continuePropagation (Lkotlin/jvm/functions/Function0;)Z | ||
public static synthetic fun continuePropagation$default (Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Z | ||
public static final fun stopPropagation (Lkotlin/jvm/functions/Function0;)Z | ||
public static synthetic fun stopPropagation$default (Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Z | ||
} | ||
|
||
public final class com/inkapplications/android/NotificationsKt { | ||
public static final fun createNotificationBuilder (Landroid/content/Context;Ljava/lang/String;)Landroid/app/Notification$Builder; | ||
} | ||
|
||
public final class com/inkapplications/android/PermissionGate { | ||
public fun <init> (Landroidx/activity/ComponentActivity;)V | ||
public final fun requestPermissions ([Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; | ||
public final fun unregister ()V | ||
public final fun withPermissions ([Ljava/lang/String;Lkotlin/jvm/functions/Function0;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; | ||
} | ||
|
||
public final class com/inkapplications/android/ViewsKt { | ||
public static final fun fadeIn (Landroid/view/View;II)V | ||
public static synthetic fun fadeIn$default (Landroid/view/View;IIILjava/lang/Object;)V | ||
public static final fun fadeOut (Landroid/view/View;II)V | ||
public static synthetic fun fadeOut$default (Landroid/view/View;IIILjava/lang/Object;)V | ||
public static final fun setVisibility (Landroid/view/View;ZI)V | ||
public static synthetic fun setVisibility$default (Landroid/view/View;ZIILjava/lang/Object;)V | ||
} | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.