File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change @@ -2,29 +2,19 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44apply plugin : ' kotlin-kapt'
5- apply plugin : ' kotlin-noarg'
6- apply plugin : ' kotlin-allopen'
75
86kapt {
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-
2010android {
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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments