Skip to content

Commit

Permalink
Moving to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Jul 11, 2024
1 parent 694fdbf commit 4bcf8ce
Show file tree
Hide file tree
Showing 35 changed files with 10 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ dist

# Finder (MacOS) folder config
.DS_Store
packages/android/build
packages/android/app/build/*
packages/android/lib/build/*
packages/android/.gradle
android/build
android/app/build/*
android/lib/build/*
android/.gradle
local.properties
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
jdk:
- openjdk8

before_install:
- echo "installing"

build:
script: ./packages/android/gradlew build
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function createConfig(
input,
plugins,
output: {
file: './lib/src/main/res/raw/trust_min.js',
file: '../../android/lib/src/main/res/raw/trust_min.js',
format: 'umd',
exports: 'named',
name: packageName,
Expand Down
3 changes: 3 additions & 0 deletions packages/android-web3-provider/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include ':app'
include ':lib'
rootProject.name = "Web3 Provider Demo"
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/ios-web3-provider/swift/trust-min.js
Git LFS file not shown

0 comments on commit 4bcf8ce

Please sign in to comment.