Skip to content

Commit 84813f4

Browse files
author
ukanth
committed
Added targetSDK for build
1 parent 4f5e5cb commit 84813f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ android {
44

55
defaultConfig {
66
compileSdk 35
7+
targetSdk 35
78
applicationId "dev.ukanth.ufirewall"
89
//applicationId "dev.ukanth.ufirewall.donate"
910
minSdkVersion 21

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ buildscript {
33
repositories {
44
mavenCentral()
55
google()
6-
jcenter()
6+
//jcenter()
77
maven { url 'https://haibison.bitbucket.io/maven-repos' }
88
maven { url 'https://jitpack.io' }
99
maven { url "https://maven.google.com" }
1010
maven { url "https://plugins.gradle.org/m2/" }
1111
gradlePluginPortal()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:8.2.0'
14+
classpath 'com.android.tools.build:gradle:8.2.2'
1515
}
1616
}
1717

1818
allprojects {
1919
repositories {
2020
mavenCentral()
2121
google()
22-
jcenter()
22+
//jcenter()
2323
maven { url "https://jitpack.io" }
2424
maven { url "https://maven.google.com" }
2525
maven { url "https://plugins.gradle.org/m2/" }

0 commit comments

Comments
 (0)