Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyang94 committed Dec 6, 2024
1 parent d0a5c0b commit 058d11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
3 changes: 2 additions & 1 deletion log-rocket/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
}
apply plugin: 'maven-publish'
//apply plugin: 'maven-publish'
apply plugin: 'com.github.dcendents.android-maven'

android {
namespace 'cn.net.yto.logrocket'
Expand Down

0 comments on commit 058d11a

Please sign in to comment.