Skip to content

Commit

Permalink
Remove deprecated buildconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Mar 30, 2024
1 parent fb5fcce commit 098a3f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
android.defaults.buildfeatures.buildconfig=true

1 change: 0 additions & 1 deletion serviceLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ android {

// Android Studio 4.1 doesn't generate versionName in libraries any more
// https://developer.android.com/studio/releases/gradle-plugin#version_properties_removed_from_buildconfig_class_in_library_projects
buildConfigField "String", 'VERSION_NAME', "\"" + getTag() + "\""

testApplicationId "info.mgtt.android.service.test"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 098a3f8

Please sign in to comment.