Skip to content

Commit c46a676

Browse files
committed
For future...
1 parent b8d55d4 commit c46a676

File tree

8 files changed

+503
-386
lines changed

8 files changed

+503
-386
lines changed

log/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ android {
1414
targetSdkVersion 27
1515
versionName version
1616
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
17+
setProperty("archivesBaseName", "taolog-$version")
1718
}
1819
buildTypes {
1920
release {
@@ -36,6 +37,7 @@ dependencies {
3637
implementation "com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION"
3738
implementation "com.android.support:support-v4:$SUPPORT_LIBRARY_VERSION"
3839
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
40+
implementation 'com.android.support:recyclerview-v7:27.1.1'
3941
}
4042

4143
apply from: 'publish.gradle'

0 commit comments

Comments
 (0)