Skip to content

Commit 762ba4e

Browse files
committed
接入Paging改写动态页面
1 parent 5c61ad8 commit 762ba4e

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Platform](https://img.shields.io/badge/platform-Android-green.svg)](https://github.com/fmtjava/OpenGitHub)
33
[![API](https://img.shields.io/badge/API-17%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5-
[![Release Version](https://img.shields.io/badge/version-1.9-red.svg)](https://fir.im/8jw7)
5+
[![Release Version](https://img.shields.io/badge/version-2.0-red.svg)](https://fir.im/8jw7)
66
[![](https://img.shields.io/badge/Author-fmtjava-blue.svg)](https://github.com/fmtjava)
77
[![](https://img.shields.io/badge/QQ-2694746499-orange.svg)](https://github.com/fmtjava)<br />
88
基于Kotlin + Jetpack全家桶 + Coroutines(协程) 等架构实现的一款精简版Github客户端项目。<br />

app/build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,19 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'kotlin-kapt'
5-
apply plugin: 'kotlin-noarg'
6-
apply plugin: 'kotlin-allopen'
75

86
kapt {
97
generateStubs = true
108
}
119

12-
allOpen {
13-
annotation("com.fmt.github.Poko")
14-
}
15-
16-
noArg {
17-
annotation("com.fmt.github.Poko")
18-
}
19-
2010
android {
2111
compileSdkVersion 28
2212
defaultConfig {
2313
applicationId "com.fmt.github"
2414
minSdkVersion 17
2515
targetSdkVersion 28
2616
versionCode 9
27-
versionName "1.9"
17+
versionName "2.0"
2818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2919
}
3020
signingConfigs {

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ buildscript {
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
14-
classpath "org.jetbrains.kotlin:kotlin-noarg:$kotlin_version"
15-
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
1614
}
1715
}
1816

0 commit comments

Comments
 (0)