Skip to content

Commit

Permalink
Merge pull request #24 from idealclover/dev
Browse files Browse the repository at this point in the history
🐛 fixed bugs in android p and upgrade to v0.2.2
  • Loading branch information
idealclover authored Feb 25, 2019
2 parents d5039fd + b0b26b2 commit 4c6ef5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 27
defaultConfig {
applicationId "com.lilystudio.wheretosleepinnju"
minSdkVersion 21
targetSdkVersion 28
versionCode 4
versionName "0.2.1"
targetSdkVersion 27
versionCode 6
versionName "0.2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -34,8 +34,8 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'org.jsoup:jsoup:1.10.3'
implementation 'io.reactivex:rxjava:1.1.3'
implementation 'io.reactivex:rxandroid:1.0.1'
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">南哪课表</string>
<string name="app_version">0.2.1</string>
<string name="app_LTS">0.2.1 (LTS)</string>
<string name="app_version">0.2.2</string>
<string name="app_LTS">0.2.2 (LTS)</string>

<string name="qq_number">1455169173</string>
<string name="pay_code">FKX00710CQCHIHK4B9CA31</string>
Expand Down

0 comments on commit 4c6ef5e

Please sign in to comment.