gnunet-svn
[Top][All Lists]
Advanced

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

[taler-akono] branch master updated (08242066 -> f9e67040)


From: gnunet
Subject: [taler-akono] branch master updated (08242066 -> f9e67040)
Date: Mon, 11 Oct 2021 21:39:18 +0200

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

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

    from 08242066 added description about how to build this library
     new 12f3d829 test
     new f9e67040 Fix build instructions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                   | 7 +++++++
 build.gradle.kts                         | 8 ++++----
 deps/android-node-v8                     | 2 +-
 gradle.properties                        | 1 +
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 5 files changed, 14 insertions(+), 6 deletions(-)
 create mode 100644 README
 create mode 100644 gradle.properties

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/deps/android-node-v8 b/deps/android-node-v8
index d0e8ef2e..acd00020 160000
--- a/deps/android-node-v8
+++ b/deps/android-node-v8
@@ -1 +1 @@
-Subproject commit d0e8ef2e22f0f8126760019d104b8858daf7cfa1
+Subproject commit acd0002000d7e71d399d87db97b3fb7fd175006b
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]