Skip to content

Commit

Permalink
Merge pull request #1214 from CypherpunkArmory/master
Browse files Browse the repository at this point in the history
Fix Firefox and Node
  • Loading branch information
corbinlc authored May 1, 2020
2 parents 5756741 + e4a7bcd commit e773b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode vcode
versionName "2.7.0"
versionName "2.7.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down Expand Up @@ -198,7 +198,7 @@ ext.architectures = ["armeabi-v7a", "arm64-v8a", "x86", "x86_64"]
ext.libDir = "$project.projectDir/src/main/jniLibs"

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"
for (arch in architectures) {
src "$baseUrl/$arch-assets.zip"
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.

0 comments on commit e773b8f

Please sign in to comment.