Skip to content

Commit

Permalink
proto gradle version increased and proto files compiled with new vers…
Browse files Browse the repository at this point in the history
…ion of protobuf compiler
  • Loading branch information
mohammad mirdar committed Feb 13, 2023
1 parent 8f5aced commit be8472e
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 be8472e

Please sign in to comment.