gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-akono] 01/02: test


From: gnunet
Subject: [taler-akono] 01/02: test
Date: Mon, 11 Oct 2021 21:39:19 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository akono.

commit 12f3d8296868e1cb582c9ada86813d606c23d3bc
Author: Torsten Grote <t@grobox.de>
AuthorDate: Mon Oct 11 10:26:49 2021 -0300

    test
---
 README                                   | 7 +++++++
 build.gradle.kts                         | 8 ++++----
 gradle.properties                        | 1 +
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/README b/README
new file mode 100644
index 00000000..a2e8bdc9
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+Akono is a NodeJS binding for Android+Kotlin.
+
+After checkout, set up the git submodule:
+
+    git submodule init
+    git submodule update
+
diff --git a/build.gradle.kts b/build.gradle.kts
index 977f75e6..36b9f1f5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,15 +1,15 @@
-val kotlin_version by extra("1.3.21")
+val kotlin_version by extra("1.3.71")
 
 buildscript {
     var kotlin_version: String by extra
-    kotlin_version = "1.3.30"
+    kotlin_version = "1.3.71"
     repositories {
         google()
         jcenter()
     }
     dependencies {
-        classpath("com.android.tools.build:gradle:3.3.2")
-        classpath(kotlin("gradle-plugin", version = "1.3.21"))
+        classpath("com.android.tools.build:gradle:3.6.2")
+        classpath(kotlin("gradle-plugin", version = "1.3.71"))
     }
 }
 
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 00000000..2d8d1e4d
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1 @@
+android.useAndroidX=true
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index ed5aaee4..674bdda0 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.4-all.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]