Skip to content

Commit

Permalink
Added targetSDK for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Oct 25, 2024
1 parent 4f5e5cb commit 84813f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ android {

defaultConfig {
compileSdk 35
targetSdk 35
applicationId "dev.ukanth.ufirewall"
//applicationId "dev.ukanth.ufirewall.donate"
minSdkVersion 21
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
//jcenter()
maven { url 'https://haibison.bitbucket.io/maven-repos' }
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
maven { url "https://plugins.gradle.org/m2/" }
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.2'
}
}

allprojects {
repositories {
mavenCentral()
google()
jcenter()
//jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
maven { url "https://plugins.gradle.org/m2/" }
Expand Down

0 comments on commit 84813f4

Please sign in to comment.