mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-03 18:10:27 -05:00 
			
		
		
		
	Update version code to 2 for alpha test
This commit is contained in:
		@ -14,8 +14,8 @@ android {
 | 
			
		||||
        applicationId 'org.bspeice.minimalbible'
 | 
			
		||||
        minSdkVersion 8
 | 
			
		||||
        targetSdkVersion 21
 | 
			
		||||
        versionCode 1
 | 
			
		||||
        versionName '1.0'
 | 
			
		||||
        versionCode 2
 | 
			
		||||
        versionName '0.5'
 | 
			
		||||
    }
 | 
			
		||||
    packagingOptions {
 | 
			
		||||
        exclude 'META-INF/LICENSE.txt'
 | 
			
		||||
 | 
			
		||||
@ -8,6 +8,7 @@
 | 
			
		||||
    <application
 | 
			
		||||
        android:name=".MinimalBible"
 | 
			
		||||
        android:allowBackup="true"
 | 
			
		||||
        android:debuggable="false"
 | 
			
		||||
        android:icon="@drawable/ic_launcher"
 | 
			
		||||
        android:label="@string/app_name"
 | 
			
		||||
        android:theme="@style/AppTheme">
 | 
			
		||||
@ -23,5 +24,6 @@
 | 
			
		||||
                <category android:name="android.intent.category.LAUNCHER" />
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </activity>
 | 
			
		||||
 | 
			
		||||
    </application>
 | 
			
		||||
</manifest>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user