Skip to content

Commit

Permalink
up 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jul 30, 2023
1 parent 1ec23a7 commit 99307ab
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 21
targetSdkVersion Integer.parseInt("$targetSdkVer")
multiDexEnabled true
versionCode 516
versionName "1.8.5"
versionCode 518
versionName "1.8.6"
}

buildTypes {
Expand All @@ -36,20 +36,20 @@ android {
}
}

flavorDimensions "versions"

productFlavors {
dev {
applicationIdSuffix = ".dev"
versionNameSuffix = "-dev"
}
pre_release {
applicationIdSuffix = ".pre"
versionNameSuffix = "-pre-release"
}
prod {
}
}
// flavorDimensions "versions"
//
// productFlavors {
// dev {
// applicationIdSuffix = ".dev"
// versionNameSuffix = "-dev"
// }
// pre_release {
// applicationIdSuffix = ".pre"
// versionNameSuffix = "-pre-release"
// }
// prod {
// }
// }

sourceSets {
main {
Expand Down Expand Up @@ -101,16 +101,16 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.fragment:fragment-ktx:1.5.6'
implementation 'androidx.fragment:fragment-ktx:1.5.7'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'

// Androidx ktx
implementation 'androidx.activity:activity-ktx:1.7.0'
implementation 'androidx.activity:activity-ktx:1.7.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
Expand Down

0 comments on commit 99307ab

Please sign in to comment.