Compare commits
3 Commits
master
...
working-fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4261c817fd | ||
|
|
c84f48a23d | ||
|
|
83ad1b5d27 |
@ -24,7 +24,7 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode vcode
|
versionCode vcode
|
||||||
versionName "2.7.0"
|
versionName "2.7.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||||
@ -198,7 +198,7 @@ ext.architectures = ["armeabi-v7a", "arm64-v8a", "x86", "x86_64"]
|
|||||||
ext.libDir = "$project.projectDir/src/main/jniLibs"
|
ext.libDir = "$project.projectDir/src/main/jniLibs"
|
||||||
|
|
||||||
task downloadAssets(type: Download) {
|
task downloadAssets(type: Download) {
|
||||||
def assetVersion = "v1.1.7"
|
def assetVersion = "v1.1.9"
|
||||||
def baseUrl = "https://github.com/CypherpunkArmory/UserLAnd-Assets-Support/releases/download/$assetVersion"
|
def baseUrl = "https://github.com/CypherpunkArmory/UserLAnd-Assets-Support/releases/download/$assetVersion"
|
||||||
for (arch in architectures) {
|
for (arch in architectures) {
|
||||||
src "$baseUrl/$arch-assets.zip"
|
src "$baseUrl/$arch-assets.zip"
|
||||||
|
|||||||
@ -22,8 +22,3 @@ https://github.com/CypherpunkArmory/UserLAnd/wiki/Getting-Started-in-UserLAnd
|
|||||||
|
|
||||||
Want to ask questions, give feedback, or report any bugs you've encountered? Reach us on Github:
|
Want to ask questions, give feedback, or report any bugs you've encountered? Reach us on Github:
|
||||||
https://github.com/CypherpunkArmory/UserLAnd/issues
|
https://github.com/CypherpunkArmory/UserLAnd/issues
|
||||||
|
|
||||||
Want to chat about the app? Join us on Slack:
|
|
||||||
https://communityinviter.com/apps/userlandtech/userland
|
|
||||||
|
|
||||||
UserLAnd Technologies, LLC is a London Trust Media Holding Company.
|
|
||||||
Loading…
Reference in New Issue
Block a user