Skip to content

Commit

Permalink
发布 v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-liYa committed Aug 14, 2020
1 parent c90786a commit ed73e2c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
https://bintray.com/a-liya/maven/android-uimode/_latestVersion

#### 简介
v3.x Migrate to Androidx

为了方便升级过度,v2.x目前完全兼容v1.x的方案;v2.x是结合官方v7包日夜主题实现的(参考AppCompatDelegate.NightMode)。

Expand All @@ -26,8 +27,8 @@ res

```
dependencies {
compile 'com.aliya:android-uimode:2.0.8'
compile 'com.android.support:appcompat-v7:x.x.x'
compile 'com.aliya:android-uimode:3.0.0'
compile 'androidx.appcompat:appcompat:x.x.x'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ buildscript {
// addRepos(repositories)
}
dependencies {
classpath deps.gradle_plugin
// classpath deps.gradle_plugin
classpath deps.novoda_bintray
// classpath 'com.android.tools.build:gradle:3.5.4'
classpath 'com.android.tools.build:gradle:3.5.4'
// classpath 'com.novoda:bintray-release:0.9.2'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#888888"
android:contentDescription="此问题暂时已被修复"
android:visibility="gone"
android:orientation="vertical">

<ImageView
Expand Down
4 changes: 2 additions & 2 deletions ui-mode-2.x/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

ext {
version_code = 225
version_name = '2.2.5'
version_code = 300
version_name = '3.0.0'
}

android {
Expand Down

0 comments on commit ed73e2c

Please sign in to comment.