Skip to content

Commit

Permalink
release: 0.10.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Sep 10, 2021
1 parent 14de73c commit 2afbd2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "net.xzos.upgradeall"
minSdkVersion 21
targetSdkVersion 31
versionCode 86
versionName "0.10.0-alpha.4"
versionCode 87
versionName "0.10.0-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {
Expand Down Expand Up @@ -90,10 +90,10 @@ dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
//noinspection DifferentStdlibGradleVersion
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1-native-mt'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2-native-mt'

// WorkManager
def work_version = '2.7.0-alpha05'
def work_version = '2.7.0-beta01'
implementation "androidx.work:work-runtime-ktx:$work_version"

// Localization
Expand Down
2 changes: 1 addition & 1 deletion core-installer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation "androidx.documentfile:documentfile:1.0.1"

// Shizuku
def shizuku_version = '11.0.3'
def shizuku_version = '12.0.0'
implementation "dev.rikka.shizuku:api:$shizuku_version"
// add this if you want to support Shizuku
implementation "dev.rikka.shizuku:provider:$shizuku_version"
Expand Down
2 changes: 1 addition & 1 deletion core-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

// kotlin 协程
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1-native-mt'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2-native-mt'

// Versioning
implementation 'org.apache.maven:maven-artifact:3.8.2'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// kotlin 协程
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1-native-mt'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2-native-mt'

// database
def room_version = '2.3.0'
Expand Down

0 comments on commit 2afbd2a

Please sign in to comment.