Skip to content

Commit 06e4e08

Browse files
author
yulun
committed
add maven-pulish
1 parent 4a6e439 commit 06e4e08

5 files changed

Lines changed: 943 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
33
//apply plugin: 'privacy-sentry-plugin'
44

55
android {
6-
compileSdkVersion 35
6+
compileSdkVersion 34
77
buildToolsVersion "34.0.0"
88
namespace "com.yl.lib.privacysentry"
99
defaultConfig {
1010
applicationId "com.yl.lib.privacysentry"
1111
minSdkVersion 19
12-
targetSdkVersion 35
12+
targetSdkVersion 34
1313
versionCode 1
1414
versionName "1.0"
1515
multiDexEnabled true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
if (rootProject.ext.plugin_local_debug) {
3131
maven { url uri('plugin-sentry/plugins') }
3232
}
33-
// maven { url 'https://jitpack.io' }
33+
// maven { url 'https://jitpack.io' }
3434
// mavenCentral()
3535
// google()
3636
// jcenter()

0 commit comments

Comments
 (0)