diff --git a/README.md b/README.md index 0b5c06b..e2cb89a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Create an Instance of one of the reactive Singles and access values by specifyin Currently Available: ``[accounts, contracts, transactions, blocks, stat]`` -Coming Soon: ``eventLogs, geth, websockets, tokens`` +Coming Soon: ``[eventLogs, geth, websockets, tokens]`` ``` val stat = Stat() diff --git a/app/.gitignore b/sample-project/.gitignore similarity index 100% rename from app/.gitignore rename to sample-project/.gitignore diff --git a/app/build.gradle b/sample-project/build.gradle similarity index 100% rename from app/build.gradle rename to sample-project/build.gradle diff --git a/app/proguard-rules.pro b/sample-project/proguard-rules.pro similarity index 100% rename from app/proguard-rules.pro rename to sample-project/proguard-rules.pro diff --git a/app/src/main/AndroidManifest.xml b/sample-project/src/main/AndroidManifest.xml similarity index 100% rename from app/src/main/AndroidManifest.xml rename to sample-project/src/main/AndroidManifest.xml diff --git a/app/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt b/sample-project/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt similarity index 100% rename from app/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt rename to sample-project/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt diff --git a/app/src/main/java/jfyg/etherscan/helloetherescan/MainActivity.kt b/sample-project/src/main/java/jfyg/etherscan/helloetherescan/MainActivity.kt similarity index 100% rename from app/src/main/java/jfyg/etherscan/helloetherescan/MainActivity.kt rename to sample-project/src/main/java/jfyg/etherscan/helloetherescan/MainActivity.kt diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/sample-project/src/main/res/drawable-v24/ic_launcher_foreground.xml similarity index 100% rename from app/src/main/res/drawable-v24/ic_launcher_foreground.xml rename to sample-project/src/main/res/drawable-v24/ic_launcher_foreground.xml diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/sample-project/src/main/res/drawable/ic_launcher_background.xml similarity index 100% rename from app/src/main/res/drawable/ic_launcher_background.xml rename to sample-project/src/main/res/drawable/ic_launcher_background.xml diff --git a/app/src/main/res/layout/activity_main.xml b/sample-project/src/main/res/layout/activity_main.xml similarity index 100% rename from app/src/main/res/layout/activity_main.xml rename to sample-project/src/main/res/layout/activity_main.xml diff --git a/app/src/main/res/layout/content_main.xml b/sample-project/src/main/res/layout/content_main.xml similarity index 100% rename from app/src/main/res/layout/content_main.xml rename to sample-project/src/main/res/layout/content_main.xml diff --git a/app/src/main/res/menu/menu_main.xml b/sample-project/src/main/res/menu/menu_main.xml similarity index 100% rename from app/src/main/res/menu/menu_main.xml rename to sample-project/src/main/res/menu/menu_main.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/sample-project/src/main/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to sample-project/src/main/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/sample-project/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml similarity index 100% rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to sample-project/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/sample-project/src/main/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher.png rename to sample-project/src/main/res/mipmap-hdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/sample-project/src/main/res/mipmap-hdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-hdpi/ic_launcher_round.png rename to sample-project/src/main/res/mipmap-hdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/sample-project/src/main/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher.png rename to sample-project/src/main/res/mipmap-mdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/sample-project/src/main/res/mipmap-mdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-mdpi/ic_launcher_round.png rename to sample-project/src/main/res/mipmap-mdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/sample-project/src/main/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher.png rename to sample-project/src/main/res/mipmap-xhdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/sample-project/src/main/res/mipmap-xhdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-xhdpi/ic_launcher_round.png rename to sample-project/src/main/res/mipmap-xhdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/sample-project/src/main/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher.png rename to sample-project/src/main/res/mipmap-xxhdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/sample-project/src/main/res/mipmap-xxhdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png rename to sample-project/src/main/res/mipmap-xxhdpi/ic_launcher_round.png diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/sample-project/src/main/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher.png rename to sample-project/src/main/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/sample-project/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png similarity index 100% rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png rename to sample-project/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/app/src/main/res/values/colors.xml b/sample-project/src/main/res/values/colors.xml similarity index 100% rename from app/src/main/res/values/colors.xml rename to sample-project/src/main/res/values/colors.xml diff --git a/app/src/main/res/values/dimens.xml b/sample-project/src/main/res/values/dimens.xml similarity index 100% rename from app/src/main/res/values/dimens.xml rename to sample-project/src/main/res/values/dimens.xml diff --git a/app/src/main/res/values/strings.xml b/sample-project/src/main/res/values/strings.xml similarity index 100% rename from app/src/main/res/values/strings.xml rename to sample-project/src/main/res/values/strings.xml diff --git a/app/src/main/res/values/styles.xml b/sample-project/src/main/res/values/styles.xml similarity index 100% rename from app/src/main/res/values/styles.xml rename to sample-project/src/main/res/values/styles.xml diff --git a/settings.gradle b/settings.gradle index 7068d71..f0420be 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':etherscanapi' +include ':sample-project', ':etherscanapi'