Skip to content

Commit

Permalink
Move app version to gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Feb 26, 2019
1 parent 2a1f1a7 commit 0e744e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ android {
applicationId "io.rapidpro.androidchannel"
minSdkVersion 21
targetSdkVersion 26
versionCode 198
versionName "1.9.8"
}

buildTypes {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.rapidpro.androidchannel"
android:versionCode="198"
android:versionName="1.9.8" >
package="io.rapidpro.androidchannel" >

<!-- App receives FCM messages. -->
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
Expand Down

0 comments on commit 0e744e5

Please sign in to comment.