Skip to content

Commit

Permalink
Merge pull request #1 from mohammadmirdar/master
Browse files Browse the repository at this point in the history
proto gradle version increased and proto files compiled with new vers…
  • Loading branch information
saeedmozaffari authored Feb 13, 2023
2 parents 8f5aced + be8472e commit 7f4edef
Show file tree
Hide file tree
Showing 245 changed files with 376,978 additions and 163,344 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ allprojects {
}

android {
compileSdkVersion 26
compileSdkVersion 30
buildToolsVersion '29.0.3'

defaultConfig {
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 30
versionCode 2
versionName "1.0"

Expand All @@ -49,7 +49,6 @@ dependencies {
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'com.android.support:appcompat-v7:26.1.0'
testImplementation 'junit:junit:4.12'
implementation 'com.google.protobuf:protobuf-java:3.10.0'
implementation 'com.google.protobuf:protobuf-java:3.18.0'
}
Loading

0 comments on commit 7f4edef

Please sign in to comment.