Skip to content

Commit

Permalink
更新apg,readme
Browse files Browse the repository at this point in the history
  • Loading branch information
storytellerF committed Jun 9, 2023
1 parent ff2008c commit 9424766
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 3 deletions.
123 changes: 123 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,28 @@ Material Design 的哔哩哔哩非官方客户端
>👆没有release,可以下载自动构建的apk
基于[bilimiao2](https://github.com/10miaomiao/bilimiao2) 制作,基于Jetpack Compose 构建(未来会迁移到KMM),以GPL 协议发布

## Build

克隆项目之后需要

```shell
# 确保你已经安装了git
git clone https://github.com/storytellerF/Bi.git
cd Bi
# 获取bilimiao2 的代码
git submodule update --init
```

需要安装jdk 17,Android Studio Preview Giraffe,Android SDK

1. 可以使用Android Studio 一键构建
需要安装beta 版本。使用了beta 版本的agp
2. 也可以使用命令行构建
可以不安装Android Studio至少需要安装Android SDK

```shell
sh gradlew build
# 如需安装到手机
sh gradlew installDebug
```
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ buildscript {
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.0-beta04' apply false
id 'com.android.library' version '8.1.0-beta04' apply false
id 'com.android.application' version '8.1.0-beta05' apply false
id 'com.android.library' version '8.1.0-beta05' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id("com.google.protobuf") version "0.9.1" apply false
}
}

0 comments on commit 9424766

Please sign in to comment.