We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6e439 commit 06e4e08Copy full SHA for 06e4e08
5 files changed
app/build.gradle
@@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
3
//apply plugin: 'privacy-sentry-plugin'
4
5
android {
6
- compileSdkVersion 35
+ compileSdkVersion 34
7
buildToolsVersion "34.0.0"
8
namespace "com.yl.lib.privacysentry"
9
defaultConfig {
10
applicationId "com.yl.lib.privacysentry"
11
minSdkVersion 19
12
- targetSdkVersion 35
+ targetSdkVersion 34
13
versionCode 1
14
versionName "1.0"
15
multiDexEnabled true
build.gradle
@@ -30,7 +30,7 @@ allprojects {
30
if (rootProject.ext.plugin_local_debug) {
31
maven { url uri('plugin-sentry/plugins') }
32
}
33
-// maven { url 'https://jitpack.io' }
+// maven { url 'https://jitpack.io' }
34
// mavenCentral()
35
// google()
36
// jcenter()
0 commit comments