Skip to content

Commit

Permalink
update min compile version
Browse files Browse the repository at this point in the history
  • Loading branch information
dieofcode committed Oct 26, 2023
1 parent e962e8e commit 4d6b78f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vpnLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
group = 'com.github.nizwar'

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "1.0"
ndkVersion "22.1.7171670"
ndkVersion = "25.2.9519653"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}
Expand All @@ -29,7 +29,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
}

0 comments on commit 4d6b78f

Please sign in to comment.