gnunet-android

GNUnet for Android
Log | Files | Refs | README

commit ef99b14b4be8360f11cb9e30156d242a70e38f7c
parent 7ff251db97a57dc03bfca54e417472bdef80218c
Author: julianharty <julianharty@gmail.com>
Date:   Mon, 19 Aug 2024 13:32:53 +0100

Minor gradle dependency updated.

Diffstat:
Mandroid_studio/gradle/libs.versions.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android_studio/gradle/libs.versions.toml b/android_studio/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.4.0" +agp = "8.4.2" kotlin = "1.9.0" coreKtx = "1.10.1" junit = "4.13.2"