Skip to content

Commit

Permalink
Merge pull request #592 from threefoldtech/development_fix_build
Browse files Browse the repository at this point in the history
Fix building apk for android
  • Loading branch information
AhmedHanafy725 authored Feb 12, 2024
2 parents cf9cb58 + 8a1b6c2 commit 9c97d36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions app/android/app/build_local
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ dependencies {
implementation 'com.hbb20:ccp:2.4.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "com.github.shuftipro:ShuftiPro_SDK:0.6.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
}
}
1 change: 0 additions & 1 deletion app/android/app/build_production
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ dependencies {
implementation 'com.hbb20:ccp:2.4.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "com.github.shuftipro:ShuftiPro_SDK:0.6.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
}
3 changes: 1 addition & 2 deletions app/android/app/build_staging
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ dependencies {
implementation 'com.hbb20:ccp:2.4.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "com.github.shuftipro:ShuftiPro_SDK:0.6.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
}
}
3 changes: 1 addition & 2 deletions app/android/app/build_testing
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ dependencies {
implementation 'com.hbb20:ccp:2.4.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation "androidx.preference:preference-ktx:1.1.1"
implementation "com.github.shuftipro:ShuftiPro_SDK:0.6.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
}
}

0 comments on commit 9c97d36

Please sign in to comment.