Skip to content

Commit

Permalink
Updated build tools
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Dec 7, 2023
1 parent cf85334 commit 1fae41a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
13 changes: 8 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ apply plugin: 'com.android.application'

android {

compileSdkVersion 33
buildToolsVersion '33.0.0'
compileSdk 34
namespace 'com.apk.editor'

defaultConfig {
minSdkVersion 23
targetSdkVersion 33
targetSdk 34
versionCode 28
versionName "v0.28"
vectorDrawables.useSupportLibrary = true
Expand All @@ -26,7 +25,11 @@ android {
}
}

flavorDimensions "release"
buildFeatures {
buildConfig = true
}

flavorDimensions.add("release")
productFlavors {
play {
applicationId "com.apk.explorer"
Expand Down Expand Up @@ -59,7 +62,7 @@ dependencies {
implementation "com.github.sunilpaulmathew.sCommon:themeutils:${sCommon_Version}"
implementation "com.github.sunilpaulmathew.sCommon:translatorutils:${sCommon_Version}"

implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'net.lingala.zip4j:zip4j:2.11.5'
implementation 'org.smali:baksmali:2.5.2'
implementation 'org.smali:smali:2.5.2'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.2.0'
}
}

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Nov 12 18:18:44 CET 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 1fae41a

Please sign in to comment.